Html Css Color HEX #970F70 Eggplant

📋 copy color: '#970F70'

red 151 ◦ green 15 ◦ blue 112

#970F70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eggplant #970F70

Tints of Eggplant #970F70

RGB

 RED value IS 151 (59.38% from 255) = 54.32%

 GREEN value IS 15 (6.25% from 255) = 5.4%

 BLUE value IS 112 (44.14% from 255) = 40.29%

R = 54.32%
G = 5.4%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#970F70 (or 0x970F70) is known color: Eggplant. HEX triplet: 97, 0F and 70. RGB value is (151,15,112). Sum of RGB (Red+Green+Blue) = 151+15+112=278 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.32% from 278); Green value is 15 (6.25% from 255 or 5.40% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 151 - color contains mainly: red. Hex color #970F70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970F70 is #68F08F. Grayscale: #424242. Windows color (decimal): -6877328 or 7344023. OLE color: 7344023.

HSL color Cylindrical-coordinate representation of color #970F70: hue angle of 317.21º 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 #970F70 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 15 112 -
CMYK 0 0.90 0.26 0.41
HSL 317.21º 0.82% 0.33% -
HSV(B) 317.21º 0.9% 0.59% -
XYZ 15.86 8.09 16.06 -
YUV 66.72 153.56 188.11 -
System Red Green Blue C M Y K H S L
Decimal 151 15 112 0 0.90 0.26 0.41 317.21 0.82 0.33
Hex 97 F 70 0 5A 1A 29 13D 52 21
Octal 227 17 160 0 132 32 51 475 122 41
Binary 10010111 1111 1110000 0 1011010 11010 101001 100111101 1010010 100001

Color Harmonies of #970F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970F70

Black with #970F70

Text Example


Text Example

White with #970F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #970F70;
 }
 .AnyTagClassName
 {
   color: #970F70;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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