Html Css Color HEX #970568 Eggplant

📋 copy color: '#970568'

red 151 ◦ green 5 ◦ blue 104

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

Shades of Eggplant #970568

Tints of Eggplant #970568

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.92%

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

R = 58.08%
G = 1.92%
B = 40%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#970568 (or 0x970568) is known color: Eggplant. HEX triplet: 97, 05 and 68. RGB value is (151,5,104). Sum of RGB (Red+Green+Blue) = 151+5+104=260 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.08% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 104 (41.02% from 255 or 40% from 260); Max value from RGB is 151 - color contains mainly: red. Hex color #970568 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970568 is #68FA97. Grayscale: #3B3B3B. Windows color (decimal): -6879896 or 6817175. OLE color: 6817175.

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

Color convert

RGB 151 5 104 -
CMYK 0 0.97 0.31 0.41
HSL 319.32º 0.94% 0.31% -
HSV(B) 319.32º 0.97% 0.59% -
XYZ 15.32 7.69 13.77 -
YUV 59.94 152.87 192.95 -
System Red Green Blue C M Y K H S L
Decimal 151 5 104 0 0.97 0.31 0.41 319.32 0.94 0.31
Hex 97 5 68 0 61 1F 29 13F 5E 1F
Octal 227 5 150 0 141 37 51 477 136 37
Binary 10010111 101 1101000 0 1100001 11111 101001 100111111 1011110 11111

Color Harmonies of #970568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970568

Black with #970568

Text Example


Text Example

White with #970568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970568; }

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

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

background-color css

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

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

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

border-color css

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

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

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