#970063

Color #970063 Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #970063

Tints of Eggplant #970063

Color information

#970063 (or 0x970063) is unknown color: approx Eggplant. HEX triplet: 97, 00 and 63. RGB value is (151,0,99). Sum of RGB (Red+Green+Blue) = 151+0+99=250 (33% of max value = 765). Red value is 151 (59.38% from 255 or 60.4% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 99 (39.06% from 255 or 39.6% from 250); Max value from RGB is 151 - color contains mainly: red. Hex color #970063 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970063 is #68FF9C. Grayscale: #383838. Windows color (decimal): -6881181 or 6488215. OLE color: 6488215.

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

Color convert

RGB151099-
CMYK010.340.41
HSL320.66º100%29.61%-
HSV(B)320.66º100%59.22%-
XYZ15.017.4812.46-
YUV56.44152.03195.45-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 60.4%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 99 (39.06% from 255) = 39.6%
R=60.4%
G=0%
B=39.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.34
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151099010.340.41320.6610029.61
Hex970630642229141641e
Octal22701430144425150114436
Binary100101110110001101100100100010101001101000001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970063; }

 p { color: rgb(151,0,99); }

 H1.HeaderClassName
 {
   color: #970063;
 }
 .AnyTagClassName
 {
   color: #970063;
 }
</style>
background-color css

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

 a { background-color: rgb(151,0,99); }

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

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

 span { border-color: rgb(151,0,99); }

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