Html Css Color HEX #970174 Eggplant

📋 copy color: '#970174'

red 151 ◦ green 1 ◦ blue 116

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

Shades of Eggplant #970174

Tints of Eggplant #970174

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 56.34%
G = 0.37%
B = 43.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#970174 (or 0x970174) is known color: Eggplant. HEX triplet: 97, 01 and 74. RGB value is (151,1,116). Sum of RGB (Red+Green+Blue) = 151+1+116=268 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.34% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 116 (45.70% from 255 or 43.28% from 268); Max value from RGB is 151 - color contains mainly: red. Hex color #970174 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970174 is #68FE8B. Grayscale: #3A3A3A. Windows color (decimal): -6880908 or 7602583. OLE color: 7602583.

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

Color convert

RGB 151 1 116 -
CMYK 0 0.99 0.23 0.41
HSL 314º 0.99% 0.3% -
HSV(B) 314º 0.99% 0.59% -
XYZ 15.93 7.86 17.2 -
YUV 58.96 160.2 193.65 -
System Red Green Blue C M Y K H S L
Decimal 151 1 116 0 0.99 0.23 0.41 314 0.99 0.3
Hex 97 1 74 0 63 17 29 13A 63 1E
Octal 227 1 164 0 143 27 51 472 143 36
Binary 10010111 1 1110100 0 1100011 10111 101001 100111010 1100011 11110

Color Harmonies of #970174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970174

Black with #970174

Text Example


Text Example

White with #970174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970174; }

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

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

background-color css

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

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

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

border-color css

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

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

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