#970E7A

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

Shades of Dark Purple #970E7A

Tints of Dark Purple #970E7A

Color information

#970E7A (or 0x970E7A) is unknown color: approx Dark Purple. HEX triplet: 97, 0E and 7A. RGB value is (151,14,122). Sum of RGB (Red+Green+Blue) = 151+14+122=287 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.61% from 287); Green value is 14 (5.86% from 255 or 4.88% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 151 - color contains mainly: red. Hex color #970E7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970E7A is #68F185. Grayscale: #424242. Windows color (decimal): -6877574 or 7999127. OLE color: 7999127.

HSL color Cylindrical-coordinate representation of color #970E7A: hue angle of 312.7º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #970E7A is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB15114122-
CMYK00.910.190.41
HSL312.7º83.03%32.35%-
HSV(B)312.7º90.73%59.22%-
XYZ16.438.319.15-
YUV67.28158.89187.72-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 52.61%
GREEN value IS 14 (5.86% from 255) = 4.88%
BLUE value IS 122 (48.05% from 255) = 42.51%
R=52.61%
G=4.88%
B=42.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511412200.910.190.41312.783.0332.35
Hex97E7A05B13291395320
Octal227161720133235147112340
Binary100101111110111101001011011100111010011001110011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,14,122); }

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

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

 a { background-color: rgb(151,14,122); }

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

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

 span { border-color: rgb(151,14,122); }

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