#961570

Color #961570 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #961570

Tints of Dark Purple #961570

Color information

#961570 (or 0x961570) is unknown color: approx Dark Purple. HEX triplet: 96, 15 and 70. RGB value is (150,21,112). Sum of RGB (Red+Green+Blue) = 150+21+112=283 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.00% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 150 - color contains mainly: red. Hex color #961570 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961570 is #69EA8F. Grayscale: #454545. Windows color (decimal): -6941328 or 7345558. OLE color: 7345558.

HSL color Cylindrical-coordinate representation of color #961570: hue angle of 317.67º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #961570 is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB15021112-
CMYK00.860.250.41
HSL317.67º75.44%33.53%-
HSV(B)317.67º86%58.82%-
XYZ15.778.1916.08-
YUV69.94151.74185.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 150 (58.98% from 255) = 53.00%
GREEN value IS 21 (8.59% from 255) = 7.42%
BLUE value IS 112 (44.14% from 255) = 39.58%
R=53.00%
G=7.42%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502111200.860.250.41317.6775.4433.53
Hex961570056192913e4b22
Octal226251600126315147611342
Binary1001011010101111000001010110110011010011001111101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961570; }

 p { color: rgb(150,21,112); }

 H1.HeaderClassName
 {
   color: #961570;
 }
 .AnyTagClassName
 {
   color: #961570;
 }
</style>
background-color css

<style>
 a { background-color: #961570; }

 a { background-color: rgb(150,21,112); }

 div.DivClassName
 {
   background-color: #961570;
 }
 .BgClassName
 {
   background-color: #961570;
 }
</style>
border-color css

<style>
 span { border-color: #961570; }

 span { border-color: rgb(150,21,112); }

 td.TdClassName
 {
   border-color: #961570;
 }
 .TagClassName
 {
   border-color: #961570;
 }
</style>