Html Css Color HEX #970662 Eggplant

📋 copy color: '#970662'

red 151 ◦ green 6 ◦ blue 98

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

Shades of Eggplant #970662

Tints of Eggplant #970662

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.35%

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

R = 59.22%
G = 2.35%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#970662 (or 0x970662) is known color: Eggplant. HEX triplet: 97, 06 and 62. RGB value is (151,6,98). Sum of RGB (Red+Green+Blue) = 151+6+98=255 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.22% from 255); Green value is 6 (2.73% from 255 or 2.35% from 255); Blue value is 98 (38.67% from 255 or 38.43% from 255); Max value from RGB is 151 - color contains mainly: red. Hex color #970662 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970662 is #68F99D. Grayscale: #3B3B3B. Windows color (decimal): -6879646 or 6424215. OLE color: 6424215.

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

Color convert

RGB 151 6 98 -
CMYK 0 0.96 0.35 0.41
HSL 321.93º 0.92% 0.31% -
HSV(B) 321.93º 0.96% 0.59% -
XYZ 15.03 7.59 12.23 -
YUV 59.84 149.54 193.02 -
System Red Green Blue C M Y K H S L
Decimal 151 6 98 0 0.96 0.35 0.41 321.93 0.92 0.31
Hex 97 6 62 0 60 23 29 142 5C 1F
Octal 227 6 142 0 140 43 51 502 134 37
Binary 10010111 110 1100010 0 1100000 100011 101001 101000010 1011100 11111

Color Harmonies of #970662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970662

Black with #970662

Text Example


Text Example

White with #970662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970662; }

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

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

background-color css

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

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

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

border-color css

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

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

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