Html Css Color HEX #970F74 Eggplant

📋 copy color: '#970F74'

red 151 ◦ green 15 ◦ blue 116

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

Shades of Eggplant #970F74

Tints of Eggplant #970F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 41.13%

R = 53.55%
G = 5.32%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#970F74 (or 0x970F74) is known color: Eggplant. HEX triplet: 97, 0F and 74. RGB value is (151,15,116). Sum of RGB (Red+Green+Blue) = 151+15+116=282 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.55% from 282); Green value is 15 (6.25% from 255 or 5.32% from 282); Blue value is 116 (45.70% from 255 or 41.13% from 282); Max value from RGB is 151 - color contains mainly: red. Hex color #970F74 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970F74 is #68F08B. Grayscale: #424242. Windows color (decimal): -6877324 or 7606167. OLE color: 7606167.

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

Color convert

RGB 151 15 116 -
CMYK 0 0.90 0.23 0.41
HSL 315.44º 0.82% 0.33% -
HSV(B) 315.44º 0.9% 0.59% -
XYZ 16.09 8.18 17.25 -
YUV 67.18 155.56 187.79 -
System Red Green Blue C M Y K H S L
Decimal 151 15 116 0 0.90 0.23 0.41 315.44 0.82 0.33
Hex 97 F 74 0 5A 17 29 13B 52 21
Octal 227 17 164 0 132 27 51 473 122 41
Binary 10010111 1111 1110100 0 1011010 10111 101001 100111011 1010010 100001

Color Harmonies of #970F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970F74

Black with #970F74

Text Example


Text Example

White with #970F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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