Html Css Color HEX #970771 Eggplant

📋 copy color: '#970771'

red 151 ◦ green 7 ◦ blue 113

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

Shades of Eggplant #970771

Tints of Eggplant #970771

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.58%

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

R = 55.72%
G = 2.58%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#970771 (or 0x970771) is known color: Eggplant. HEX triplet: 97, 07 and 71. RGB value is (151,7,113). Sum of RGB (Red+Green+Blue) = 151+7+113=271 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.72% from 271); Green value is 7 (3.12% from 255 or 2.58% from 271); Blue value is 113 (44.53% from 255 or 41.70% from 271); Max value from RGB is 151 - color contains mainly: red. Hex color #970771 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970771 is #68F88E. Grayscale: #3D3D3D. Windows color (decimal): -6879375 or 7407511. OLE color: 7407511.

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

Color convert

RGB 151 7 113 -
CMYK 0 0.95 0.25 0.41
HSL 315.83º 0.91% 0.31% -
HSV(B) 315.83º 0.95% 0.59% -
XYZ 15.82 7.92 16.32 -
YUV 62.14 156.71 191.38 -
System Red Green Blue C M Y K H S L
Decimal 151 7 113 0 0.95 0.25 0.41 315.83 0.91 0.31
Hex 97 7 71 0 5F 19 29 13C 5B 1F
Octal 227 7 161 0 137 31 51 474 133 37
Binary 10010111 111 1110001 0 1011111 11001 101001 100111100 1011011 11111

Color Harmonies of #970771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970771

Black with #970771

Text Example


Text Example

White with #970771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970771; }

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

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

background-color css

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

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

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

border-color css

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

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

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