#962472

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

Shades of Dark Purple #962472

Tints of Dark Purple #962472

Color information

#962472 (or 0x962472) is unknown color: approx Dark Purple. HEX triplet: 96, 24 and 72. RGB value is (150,36,114). Sum of RGB (Red+Green+Blue) = 150+36+114=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 36 (14.45% from 255 or 12% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #962472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962472 is #69DB8D. Grayscale: #4E4E4E. Windows color (decimal): -6937486 or 7480470. OLE color: 7480470.

HSL color Cylindrical-coordinate representation of color #962472: hue angle of 318.95º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #962472 is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB15036114-
CMYK00.760.240.41
HSL318.95º61.29%36.47%-
HSV(B)318.95º76%58.82%-
XYZ16.258.9616.79-
YUV78.98147.77178.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50%
GREEN value IS 36 (14.45% from 255) = 12%
BLUE value IS 114 (44.92% from 255) = 38%
R=50%
G=12%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503611400.760.240.41318.9561.2936.47
Hex96247204C182913f3d24
Octal22644162011430514777544
Binary1001011010010011100100100110011000101001100111111111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962472; }

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

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

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

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

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

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

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

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