#970F79

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

Shades of Dark Purple #970F79

Tints of Dark Purple #970F79

Color information

#970F79 (or 0x970F79) is unknown color: approx Dark Purple. HEX triplet: 97, 0F and 79. RGB value is (151,15,121). Sum of RGB (Red+Green+Blue) = 151+15+121=287 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.61% from 287); Green value is 15 (6.25% from 255 or 5.23% from 287); Blue value is 121 (47.66% from 255 or 42.16% from 287); Max value from RGB is 151 - color contains mainly: red. Hex color #970F79 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970F79 is #68F086. Grayscale: #434343. Windows color (decimal): -6877319 or 7933847. OLE color: 7933847.

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

Color convert

RGB15115121-
CMYK00.900.200.41
HSL313.24º81.93%32.55%-
HSV(B)313.24º90.07%59.22%-
XYZ16.388.318.83-
YUV67.75158.06187.38-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 52.61%
GREEN value IS 15 (6.25% from 255) = 5.23%
BLUE value IS 121 (47.66% from 255) = 42.16%
R=52.61%
G=5.23%
B=42.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511512100.900.200.41313.2481.9332.55
Hex97F7905A14291395221
Octal227171710132245147112241
Binary100101111111111100101011010101001010011001110011010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970F79; }

 p { color: rgb(151,15,121); }

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

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

 a { background-color: rgb(151,15,121); }

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

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

 span { border-color: rgb(151,15,121); }

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