Html Css Color HEX #970471 Eggplant

📋 copy color: '#970471'

red 151 ◦ green 4 ◦ blue 113

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

Shades of Eggplant #970471

Tints of Eggplant #970471

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.49%

 BLUE value IS 113 (44.53% from 255) = 42.16%

R = 56.34%
G = 1.49%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#970471 (or 0x970471) is known color: Eggplant. HEX triplet: 97, 04 and 71. RGB value is (151,4,113). Sum of RGB (Red+Green+Blue) = 151+4+113=268 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.34% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 113 (44.53% from 255 or 42.16% from 268); Max value from RGB is 151 - color contains mainly: red. Hex color #970471 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970471 is #68FB8E. Grayscale: #3C3C3C. Windows color (decimal): -6880143 or 7406743. OLE color: 7406743.

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

Color convert

RGB 151 4 113 -
CMYK 0 0.97 0.25 0.41
HSL 315.51º 0.95% 0.3% -
HSV(B) 315.51º 0.97% 0.59% -
XYZ 15.79 7.86 16.31 -
YUV 60.38 157.7 192.64 -
System Red Green Blue C M Y K H S L
Decimal 151 4 113 0 0.97 0.25 0.41 315.51 0.95 0.3
Hex 97 4 71 0 61 19 29 13C 5F 1E
Octal 227 4 161 0 141 31 51 474 137 36
Binary 10010111 100 1110001 0 1100001 11001 101001 100111100 1011111 11110

Color Harmonies of #970471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970471

Black with #970471

Text Example


Text Example

White with #970471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970471; }

 p { color: rgb(151,4,113); }

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

background-color css

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

 a { background-color: rgb(151,4,113); }

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

border-color css

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

 span { border-color: rgb(151,4,113); }

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