#962478

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

Shades of Dark Purple #962478

Tints of Dark Purple #962478

Color information

#962478 (or 0x962478) is unknown color: approx Dark Purple. HEX triplet: 96, 24 and 78. RGB value is (150,36,120). Sum of RGB (Red+Green+Blue) = 150+36+120=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 120 (47.27% from 255 or 39.22% from 306); Max value from RGB is 150 - color contains mainly: red. Hex color #962478 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962478 is #69DB87. Grayscale: #4F4F4F. Windows color (decimal): -6937480 or 7873686. OLE color: 7873686.

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

Color convert

RGB15036120-
CMYK00.760.200.41
HSL315.79º61.29%36.47%-
HSV(B)315.79º76%58.82%-
XYZ16.69.118.65-
YUV79.66150.77178.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.02%
GREEN value IS 36 (14.45% from 255) = 11.76%
BLUE value IS 120 (47.27% from 255) = 39.22%
R=49.02%
G=11.76%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503612000.760.200.41315.7961.2936.47
Hex96247804C142913c3d24
Octal22644170011424514747544
Binary1001011010010011110000100110010100101001100111100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962478; }

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

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

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

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

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

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

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

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