Html Css Color HEX #970E75 Eggplant

📋 copy color: '#970E75'

red 151 ◦ green 14 ◦ blue 117

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

Shades of Eggplant #970E75

Tints of Eggplant #970E75

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.96%

 BLUE value IS 117 (46.09% from 255) = 41.49%

R = 53.55%
G = 4.96%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#970E75 (or 0x970E75) is known color: Eggplant. HEX triplet: 97, 0E and 75. RGB value is (151,14,117). Sum of RGB (Red+Green+Blue) = 151+14+117=282 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.55% from 282); Green value is 14 (5.86% from 255 or 4.96% from 282); Blue value is 117 (46.09% from 255 or 41.49% from 282); Max value from RGB is 151 - color contains mainly: red. Hex color #970E75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970E75 is #68F18A. Grayscale: #424242. Windows color (decimal): -6877579 or 7671447. OLE color: 7671447.

HSL color Cylindrical-coordinate representation of color #970E75: hue angle of 314.89º degrees, saturation: 0.83, 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 #970E75 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 14 117 -
CMYK 0 0.91 0.23 0.41
HSL 314.89º 0.83% 0.32% -
HSV(B) 314.89º 0.91% 0.59% -
XYZ 16.13 8.18 17.56 -
YUV 66.71 156.39 188.12 -
System Red Green Blue C M Y K H S L
Decimal 151 14 117 0 0.91 0.23 0.41 314.89 0.83 0.32
Hex 97 E 75 0 5B 17 29 13B 53 20
Octal 227 16 165 0 133 27 51 473 123 40
Binary 10010111 1110 1110101 0 1011011 10111 101001 100111011 1010011 100000

Color Harmonies of #970E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970E75

Black with #970E75

Text Example


Text Example

White with #970E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,14,117); }

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

background-color css

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

 a { background-color: rgb(151,14,117); }

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

border-color css

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

 span { border-color: rgb(151,14,117); }

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