Html Css Color HEX #970E74 Eggplant

📋 copy color: '#970E74'

red 151 ◦ green 14 ◦ blue 116

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

Shades of Eggplant #970E74

Tints of Eggplant #970E74

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.98%

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

R = 53.74%
G = 4.98%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#970E74 (or 0x970E74) is known color: Eggplant. HEX triplet: 97, 0E and 74. RGB value is (151,14,116). Sum of RGB (Red+Green+Blue) = 151+14+116=281 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.74% from 281); Green value is 14 (5.86% from 255 or 4.98% from 281); Blue value is 116 (45.70% from 255 or 41.28% from 281); Max value from RGB is 151 - color contains mainly: red. Hex color #970E74 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970E74 is #68F18B. Grayscale: #424242. Windows color (decimal): -6877580 or 7605911. OLE color: 7605911.

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

Color convert

RGB 151 14 116 -
CMYK 0 0.91 0.23 0.41
HSL 315.33º 0.83% 0.32% -
HSV(B) 315.33º 0.91% 0.59% -
XYZ 16.07 8.15 17.25 -
YUV 66.59 155.89 188.21 -
System Red Green Blue C M Y K H S L
Decimal 151 14 116 0 0.91 0.23 0.41 315.33 0.83 0.32
Hex 97 E 74 0 5B 17 29 13B 53 20
Octal 227 16 164 0 133 27 51 473 123 40
Binary 10010111 1110 1110100 0 1011011 10111 101001 100111011 1010011 100000

Color Harmonies of #970E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970E74

Black with #970E74

Text Example


Text Example

White with #970E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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