Html Css Color HEX #970F75 Eggplant

📋 copy color: '#970F75'

red 151 ◦ green 15 ◦ blue 117

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

Shades of Eggplant #970F75

Tints of Eggplant #970F75

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.3%

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

R = 53.36%
G = 5.3%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#970F75 (or 0x970F75) is known color: Eggplant. HEX triplet: 97, 0F and 75. RGB value is (151,15,117). Sum of RGB (Red+Green+Blue) = 151+15+117=283 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.36% from 283); Green value is 15 (6.25% from 255 or 5.30% from 283); Blue value is 117 (46.09% from 255 or 41.34% from 283); Max value from RGB is 151 - color contains mainly: red. Hex color #970F75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970F75 is #68F08A. Grayscale: #434343. Windows color (decimal): -6877323 or 7671703. OLE color: 7671703.

HSL color Cylindrical-coordinate representation of color #970F75: hue angle of 315º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #970F75 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 15 117 -
CMYK 0 0.90 0.23 0.41
HSL 315º 0.82% 0.33% -
HSV(B) 315º 0.9% 0.59% -
XYZ 16.14 8.21 17.56 -
YUV 67.29 156.06 187.71 -
System Red Green Blue C M Y K H S L
Decimal 151 15 117 0 0.90 0.23 0.41 315 0.82 0.33
Hex 97 F 75 0 5A 17 29 13B 52 21
Octal 227 17 165 0 132 27 51 473 122 41
Binary 10010111 1111 1110101 0 1011010 10111 101001 100111011 1010010 100001

Color Harmonies of #970F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970F75

Black with #970F75

Text Example


Text Example

White with #970F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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