Html Css Color HEX #970762 Eggplant

📋 copy color: '#970762'

red 151 ◦ green 7 ◦ blue 98

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

Shades of Eggplant #970762

Tints of Eggplant #970762

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.73%

 BLUE value IS 98 (38.67% from 255) = 38.28%

R = 58.98%
G = 2.73%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#970762 (or 0x970762) is known color: Eggplant. HEX triplet: 97, 07 and 62. RGB value is (151,7,98). Sum of RGB (Red+Green+Blue) = 151+7+98=256 (33% of max value = 765). Red value is 151 (59.38% from 255 or 58.98% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 98 (38.67% from 255 or 38.28% from 256); Max value from RGB is 151 - color contains mainly: red. Hex color #970762 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970762 is #68F89D. Grayscale: #3C3C3C. Windows color (decimal): -6879390 or 6424471. OLE color: 6424471.

HSL color Cylindrical-coordinate representation of color #970762: hue angle of 322.08º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #970762 is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 7 98 -
CMYK 0 0.95 0.35 0.41
HSL 322.08º 0.91% 0.31% -
HSV(B) 322.08º 0.95% 0.59% -
XYZ 15.04 7.61 12.23 -
YUV 60.43 149.21 192.6 -
System Red Green Blue C M Y K H S L
Decimal 151 7 98 0 0.95 0.35 0.41 322.08 0.91 0.31
Hex 97 7 62 0 5F 23 29 142 5B 1F
Octal 227 7 142 0 137 43 51 502 133 37
Binary 10010111 111 1100010 0 1011111 100011 101001 101000010 1011011 11111

Color Harmonies of #970762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970762

Black with #970762

Text Example


Text Example

White with #970762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970762; }

 p { color: rgb(151,7,98); }

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

background-color css

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

 a { background-color: rgb(151,7,98); }

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

border-color css

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

 span { border-color: rgb(151,7,98); }

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