#961578

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

Shades of Dark Purple #961578

Tints of Dark Purple #961578

Color information

#961578 (or 0x961578) is unknown color: approx Dark Purple. HEX triplet: 96, 15 and 78. RGB value is (150,21,120). Sum of RGB (Red+Green+Blue) = 150+21+120=291 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.55% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 120 (47.27% from 255 or 41.24% from 291); Max value from RGB is 150 - color contains mainly: red. Hex color #961578 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961578 is #69EA87. Grayscale: #464646. Windows color (decimal): -6941320 or 7869846. OLE color: 7869846.

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

Color convert

RGB15021120-
CMYK00.860.200.41
HSL313.95º75.44%33.53%-
HSV(B)313.95º86%58.82%-
XYZ16.248.3818.53-
YUV70.86155.74184.45-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.55%
GREEN value IS 21 (8.59% from 255) = 7.22%
BLUE value IS 120 (47.27% from 255) = 41.24%
R=51.55%
G=7.22%
B=41.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502112000.860.200.41313.9575.4433.53
Hex961578056142913a4b22
Octal226251700126245147211342
Binary1001011010101111100001010110101001010011001110101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961578; }

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

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

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

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

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

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

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

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