Html Css Color HEX #970C75 Eggplant

📋 copy color: '#970C75'

red 151 ◦ green 12 ◦ blue 117

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

Shades of Eggplant #970C75

Tints of Eggplant #970C75

RGB

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

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

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

R = 53.93%
G = 4.29%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#970C75 (or 0x970C75) is known color: Eggplant. HEX triplet: 97, 0C and 75. RGB value is (151,12,117). Sum of RGB (Red+Green+Blue) = 151+12+117=280 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.93% from 280); Green value is 12 (5.08% from 255 or 4.29% from 280); Blue value is 117 (46.09% from 255 or 41.79% from 280); Max value from RGB is 151 - color contains mainly: red. Hex color #970C75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970C75 is #68F38A. Grayscale: #414141. Windows color (decimal): -6878091 or 7670935. OLE color: 7670935.

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

Color convert

RGB 151 12 117 -
CMYK 0 0.92 0.23 0.41
HSL 314.68º 0.85% 0.32% -
HSV(B) 314.68º 0.92% 0.59% -
XYZ 16.1 8.13 17.55 -
YUV 65.53 157.05 188.96 -
System Red Green Blue C M Y K H S L
Decimal 151 12 117 0 0.92 0.23 0.41 314.68 0.85 0.32
Hex 97 C 75 0 5C 17 29 13B 55 20
Octal 227 14 165 0 134 27 51 473 125 40
Binary 10010111 1100 1110101 0 1011100 10111 101001 100111011 1010101 100000

Color Harmonies of #970C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970C75

Black with #970C75

Text Example


Text Example

White with #970C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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