Html Css Color HEX #970C71 Eggplant

📋 copy color: '#970C71'

red 151 ◦ green 12 ◦ blue 113

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

Shades of Eggplant #970C71

Tints of Eggplant #970C71

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.35%

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

R = 54.71%
G = 4.35%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#970C71 (or 0x970C71) is known color: Eggplant. HEX triplet: 97, 0C and 71. RGB value is (151,12,113). Sum of RGB (Red+Green+Blue) = 151+12+113=276 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.71% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 113 (44.53% from 255 or 40.94% from 276); Max value from RGB is 151 - color contains mainly: red. Hex color #970C71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970C71 is #68F38E. Grayscale: #404040. Windows color (decimal): -6878095 or 7408791. OLE color: 7408791.

HSL color Cylindrical-coordinate representation of color #970C71: hue angle of 316.4º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #970C71 is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 12 113 -
CMYK 0 0.92 0.25 0.41
HSL 316.4º 0.85% 0.32% -
HSV(B) 316.4º 0.92% 0.59% -
XYZ 15.87 8.03 16.34 -
YUV 65.08 155.05 189.29 -
System Red Green Blue C M Y K H S L
Decimal 151 12 113 0 0.92 0.25 0.41 316.4 0.85 0.32
Hex 97 C 71 0 5C 19 29 13C 55 20
Octal 227 14 161 0 134 31 51 474 125 40
Binary 10010111 1100 1110001 0 1011100 11001 101001 100111100 1010101 100000

Color Harmonies of #970C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970C71

Black with #970C71

Text Example


Text Example

White with #970C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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