Html Css Color HEX #970779 Eggplant

📋 copy color: '#970779'

red 151 ◦ green 7 ◦ blue 121

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

Shades of Eggplant #970779

Tints of Eggplant #970779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 43.37%

R = 54.12%
G = 2.51%
B = 43.37%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#970779 (or 0x970779) is known color: Eggplant. HEX triplet: 97, 07 and 79. RGB value is (151,7,121). Sum of RGB (Red+Green+Blue) = 151+7+121=279 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.12% from 279); Green value is 7 (3.12% from 255 or 2.51% from 279); Blue value is 121 (47.66% from 255 or 43.37% from 279); Max value from RGB is 151 - color contains mainly: red. Hex color #970779 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970779 is #68F886. Grayscale: #3E3E3E. Windows color (decimal): -6879367 or 7931799. OLE color: 7931799.

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

Color convert

RGB 151 7 121 -
CMYK 0 0.95 0.20 0.41
HSL 312.5º 0.91% 0.31% -
HSV(B) 312.5º 0.95% 0.59% -
XYZ 16.29 8.11 18.8 -
YUV 63.05 160.71 190.73 -
System Red Green Blue C M Y K H S L
Decimal 151 7 121 0 0.95 0.20 0.41 312.5 0.91 0.31
Hex 97 7 79 0 5F 14 29 138 5B 1F
Octal 227 7 171 0 137 24 51 470 133 37
Binary 10010111 111 1111001 0 1011111 10100 101001 100111000 1011011 11111

Color Harmonies of #970779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970779

Black with #970779

Text Example


Text Example

White with #970779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970779; }

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

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

background-color css

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

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

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

border-color css

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

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

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