Html Css Color HEX #970661 Eggplant

📋 copy color: '#970661'

red 151 ◦ green 6 ◦ blue 97

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

Shades of Eggplant #970661

Tints of Eggplant #970661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 38.19%

R = 59.45%
G = 2.36%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#970661 (or 0x970661) is known color: Eggplant. HEX triplet: 97, 06 and 61. RGB value is (151,6,97). Sum of RGB (Red+Green+Blue) = 151+6+97=254 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.45% from 254); Green value is 6 (2.73% from 255 or 2.36% from 254); Blue value is 97 (38.28% from 255 or 38.19% from 254); Max value from RGB is 151 - color contains mainly: red. Hex color #970661 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970661 is #68F99E. Grayscale: #3B3B3B. Windows color (decimal): -6879647 or 6358679. OLE color: 6358679.

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

Color convert

RGB 151 6 97 -
CMYK 0 0.96 0.36 0.41
HSL 322.34º 0.92% 0.31% -
HSV(B) 322.34º 0.96% 0.59% -
XYZ 14.99 7.57 11.98 -
YUV 59.73 149.04 193.1 -
System Red Green Blue C M Y K H S L
Decimal 151 6 97 0 0.96 0.36 0.41 322.34 0.92 0.31
Hex 97 6 61 0 60 24 29 142 5C 1F
Octal 227 6 141 0 140 44 51 502 134 37
Binary 10010111 110 1100001 0 1100000 100100 101001 101000010 1011100 11111

Color Harmonies of #970661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970661

Black with #970661

Text Example


Text Example

White with #970661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970661; }

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

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

background-color css

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

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

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

border-color css

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

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

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