#961572

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

Shades of Dark Purple #961572

Tints of Dark Purple #961572

Color information

#961572 (or 0x961572) is unknown color: approx Dark Purple. HEX triplet: 96, 15 and 72. RGB value is (150,21,114). Sum of RGB (Red+Green+Blue) = 150+21+114=285 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.63% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 150 - color contains mainly: red. Hex color #961572 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961572 is #69EA8D. Grayscale: #454545. Windows color (decimal): -6941326 or 7476630. OLE color: 7476630.

HSL color Cylindrical-coordinate representation of color #961572: hue angle of 316.74º 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 #961572 is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB15021114-
CMYK00.860.240.41
HSL316.74º75.44%33.53%-
HSV(B)316.74º86%58.82%-
XYZ15.888.2416.67-
YUV70.17152.74184.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.63%
GREEN value IS 21 (8.59% from 255) = 7.37%
BLUE value IS 114 (44.92% from 255) = 40%
R=52.63%
G=7.37%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502111400.860.240.41316.7475.4433.53
Hex961572056182913d4b22
Octal226251620126305147511342
Binary1001011010101111001001010110110001010011001111011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961572; }

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

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

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

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

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

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

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

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