Html Css Color HEX #971568 Eggplant

📋 copy color: '#971568'

red 151 ◦ green 21 ◦ blue 104

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

Shades of Eggplant #971568

Tints of Eggplant #971568

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.61%

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

R = 54.71%
G = 7.61%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#971568 (or 0x971568) is known color: Eggplant. HEX triplet: 97, 15 and 68. RGB value is (151,21,104). Sum of RGB (Red+Green+Blue) = 151+21+104=276 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.71% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 104 (41.02% from 255 or 37.68% from 276); Max value from RGB is 151 - color contains mainly: red. Hex color #971568 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971568 is #68EA97. Grayscale: #454545. Windows color (decimal): -6875800 or 6821271. OLE color: 6821271.

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

Color convert

RGB 151 21 104 -
CMYK 0 0.86 0.31 0.41
HSL 321.69º 0.76% 0.34% -
HSV(B) 321.69º 0.86% 0.59% -
XYZ 15.53 8.12 13.84 -
YUV 69.33 147.57 186.25 -
System Red Green Blue C M Y K H S L
Decimal 151 21 104 0 0.86 0.31 0.41 321.69 0.76 0.34
Hex 97 15 68 0 56 1F 29 142 4C 22
Octal 227 25 150 0 126 37 51 502 114 42
Binary 10010111 10101 1101000 0 1010110 11111 101001 101000010 1001100 100010

Color Harmonies of #971568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971568

Black with #971568

Text Example


Text Example

White with #971568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971568; }

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

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

background-color css

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

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

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

border-color css

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

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

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