Html Css Color HEX #970075 Eggplant

📋 copy color: '#970075'

red 151 ◦ green 0 ◦ blue 117

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

Shades of Eggplant #970075

Tints of Eggplant #970075

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 56.34%
G = 0%
B = 43.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#970075 (or 0x970075) is known color: Eggplant. HEX triplet: 97, 00 and 75. RGB value is (151,0,117). Sum of RGB (Red+Green+Blue) = 151+0+117=268 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.34% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 117 (46.09% from 255 or 43.66% from 268); Max value from RGB is 151 - color contains mainly: red. Hex color #970075 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970075 is #68FF8A. Grayscale: #3A3A3A. Windows color (decimal): -6881163 or 7667863. OLE color: 7667863.

HSL color Cylindrical-coordinate representation of color #970075: hue angle of 313.51º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #970075 is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 0 117 -
CMYK 0 1 0.23 0.41
HSL 313.51º 1% 0.3% -
HSV(B) 313.51º 1% 0.59% -
XYZ 15.97 7.86 17.51 -
YUV 58.49 161.03 193.99 -
System Red Green Blue C M Y K H S L
Decimal 151 0 117 0 1 0.23 0.41 313.51 1 0.3
Hex 97 0 75 0 64 17 29 13A 64 1E
Octal 227 0 165 0 144 27 51 472 144 36
Binary 10010111 0 1110101 0 1100100 10111 101001 100111010 1100100 11110

Color Harmonies of #970075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970075

Black with #970075

Text Example


Text Example

White with #970075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970075; }

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

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

background-color css

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

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

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

border-color css

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

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

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