Html Css Color HEX #971068 Eggplant

📋 copy color: '#971068'

red 151 ◦ green 16 ◦ blue 104

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

Shades of Eggplant #971068

Tints of Eggplant #971068

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.9%

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

R = 55.72%
G = 5.9%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#971068 (or 0x971068) is known color: Eggplant. HEX triplet: 97, 10 and 68. RGB value is (151,16,104). Sum of RGB (Red+Green+Blue) = 151+16+104=271 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.72% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 104 (41.02% from 255 or 38.38% from 271); Max value from RGB is 151 - color contains mainly: red. Hex color #971068 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971068 is #68EF97. Grayscale: #424242. Windows color (decimal): -6877080 or 6819991. OLE color: 6819991.

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

Color convert

RGB 151 16 104 -
CMYK 0 0.89 0.31 0.41
HSL 320.89º 0.81% 0.33% -
HSV(B) 320.89º 0.89% 0.59% -
XYZ 15.45 7.95 13.82 -
YUV 66.4 149.23 188.34 -
System Red Green Blue C M Y K H S L
Decimal 151 16 104 0 0.89 0.31 0.41 320.89 0.81 0.33
Hex 97 10 68 0 59 1F 29 141 51 21
Octal 227 20 150 0 131 37 51 501 121 41
Binary 10010111 10000 1101000 0 1011001 11111 101001 101000001 1010001 100001

Color Harmonies of #971068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971068

Black with #971068

Text Example


Text Example

White with #971068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971068; }

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

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

background-color css

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

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

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

border-color css

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

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

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