Html Css Color HEX #970D77 Eggplant

📋 copy color: '#970D77'

red 151 ◦ green 13 ◦ blue 119

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

Shades of Eggplant #970D77

Tints of Eggplant #970D77

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.59%

 BLUE value IS 119 (46.88% from 255) = 42.05%

R = 53.36%
G = 4.59%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#970D77 (or 0x970D77) is known color: Eggplant. HEX triplet: 97, 0D and 77. RGB value is (151,13,119). Sum of RGB (Red+Green+Blue) = 151+13+119=283 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.36% from 283); Green value is 13 (5.47% from 255 or 4.59% from 283); Blue value is 119 (46.88% from 255 or 42.05% from 283); Max value from RGB is 151 - color contains mainly: red. Hex color #970D77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970D77 is #68F288. Grayscale: #424242. Windows color (decimal): -6877833 or 7802263. OLE color: 7802263.

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

Color convert

RGB 151 13 119 -
CMYK 0 0.91 0.21 0.41
HSL 313.91º 0.84% 0.32% -
HSV(B) 313.91º 0.91% 0.59% -
XYZ 16.24 8.2 18.18 -
YUV 66.35 157.72 188.38 -
System Red Green Blue C M Y K H S L
Decimal 151 13 119 0 0.91 0.21 0.41 313.91 0.84 0.32
Hex 97 D 77 0 5B 15 29 13A 54 20
Octal 227 15 167 0 133 25 51 472 124 40
Binary 10010111 1101 1110111 0 1011011 10101 101001 100111010 1010100 100000

Color Harmonies of #970D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970D77

Black with #970D77

Text Example


Text Example

White with #970D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,13,119); }

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

background-color css

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

 a { background-color: rgb(151,13,119); }

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

border-color css

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

 span { border-color: rgb(151,13,119); }

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