Html Css Color HEX #970674 Eggplant

📋 copy color: '#970674'

red 151 ◦ green 6 ◦ blue 116

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

Shades of Eggplant #970674

Tints of Eggplant #970674

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.2%

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

R = 55.31%
G = 2.2%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#970674 (or 0x970674) is known color: Eggplant. HEX triplet: 97, 06 and 74. RGB value is (151,6,116). Sum of RGB (Red+Green+Blue) = 151+6+116=273 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.31% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 116 (45.70% from 255 or 42.49% from 273); Max value from RGB is 151 - color contains mainly: red. Hex color #970674 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970674 is #68F98B. Grayscale: #3D3D3D. Windows color (decimal): -6879628 or 7603863. OLE color: 7603863.

HSL color Cylindrical-coordinate representation of color #970674: hue angle of 314.48º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #970674 is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 6 116 -
CMYK 0 0.96 0.23 0.41
HSL 314.48º 0.92% 0.31% -
HSV(B) 314.48º 0.96% 0.59% -
XYZ 15.98 7.97 17.22 -
YUV 61.9 158.54 191.56 -
System Red Green Blue C M Y K H S L
Decimal 151 6 116 0 0.96 0.23 0.41 314.48 0.92 0.31
Hex 97 6 74 0 60 17 29 13A 5C 1F
Octal 227 6 164 0 140 27 51 472 134 37
Binary 10010111 110 1110100 0 1100000 10111 101001 100111010 1011100 11111

Color Harmonies of #970674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970674

Black with #970674

Text Example


Text Example

White with #970674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970674; }

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

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

background-color css

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

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

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

border-color css

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

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

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