Html Css Color HEX #970668 Eggplant

📋 copy color: '#970668'

red 151 ◦ green 6 ◦ blue 104

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

Shades of Eggplant #970668

Tints of Eggplant #970668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 39.85%

R = 57.85%
G = 2.3%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#970668 (or 0x970668) is known color: Eggplant. HEX triplet: 97, 06 and 68. RGB value is (151,6,104). Sum of RGB (Red+Green+Blue) = 151+6+104=261 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.85% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 104 (41.02% from 255 or 39.85% from 261); Max value from RGB is 151 - color contains mainly: red. Hex color #970668 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970668 is #68F997. Grayscale: #3C3C3C. Windows color (decimal): -6879640 or 6817431. OLE color: 6817431.

HSL color Cylindrical-coordinate representation of color #970668: hue angle of 319.45º 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 #970668 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 6 104 -
CMYK 0 0.96 0.31 0.41
HSL 319.45º 0.92% 0.31% -
HSV(B) 319.45º 0.96% 0.59% -
XYZ 15.33 7.71 13.78 -
YUV 60.53 152.54 192.53 -
System Red Green Blue C M Y K H S L
Decimal 151 6 104 0 0.96 0.31 0.41 319.45 0.92 0.31
Hex 97 6 68 0 60 1F 29 13F 5C 1F
Octal 227 6 150 0 140 37 51 477 134 37
Binary 10010111 110 1101000 0 1100000 11111 101001 100111111 1011100 11111

Color Harmonies of #970668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970668

Black with #970668

Text Example


Text Example

White with #970668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970668; }

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

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

background-color css

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

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

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

border-color css

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

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

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