#961478

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

Shades of Dark Purple #961478

Tints of Dark Purple #961478

Color information

#961478 (or 0x961478) is unknown color: approx Dark Purple. HEX triplet: 96, 14 and 78. RGB value is (150,20,120). Sum of RGB (Red+Green+Blue) = 150+20+120=290 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.72% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 120 (47.27% from 255 or 41.38% from 290); Max value from RGB is 150 - color contains mainly: red. Hex color #961478 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961478 is #69EB87. Grayscale: #464646. Windows color (decimal): -6941576 or 7869590. OLE color: 7869590.

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

Color convert

RGB15020120-
CMYK00.870.200.41
HSL313.85º76.47%33.33%-
HSV(B)313.85º86.67%58.82%-
XYZ16.228.3418.52-
YUV70.27156.07184.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.72%
GREEN value IS 20 (8.20% from 255) = 6.90%
BLUE value IS 120 (47.27% from 255) = 41.38%
R=51.72%
G=6.90%
B=41.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502012000.870.200.41313.8576.4733.33
Hex961478057142913a4c21
Octal226241700127245147211441
Binary1001011010100111100001010111101001010011001110101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961478; }

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

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

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

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

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

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

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

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