#970673

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

Shades of Eggplant #970673

Tints of Eggplant #970673

Color information

#970673 (or 0x970673) is unknown color: approx Eggplant. HEX triplet: 97, 06 and 73. RGB value is (151,6,115). Sum of RGB (Red+Green+Blue) = 151+6+115=272 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.51% from 272); Green value is 6 (2.73% from 255 or 2.21% from 272); Blue value is 115 (45.31% from 255 or 42.28% from 272); Max value from RGB is 151 - color contains mainly: red. Hex color #970673 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970673 is #68F98C. Grayscale: #3D3D3D. Windows color (decimal): -6879629 or 7538327. OLE color: 7538327.

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

Color convert

RGB1516115-
CMYK00.960.240.41
HSL314.9º92.36%30.78%-
HSV(B)314.9º96.03%59.22%-
XYZ15.927.9516.91-
YUV61.78158.04191.64-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 55.51%
GREEN value IS 6 (2.73% from 255) = 2.21%
BLUE value IS 115 (45.31% from 255) = 42.28%
R=55.51%
G=2.21%
B=42.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151611500.960.240.41314.992.3630.78
Hex97673060182913b5c1f
Octal22761630140305147313437
Binary1001011111011100110110000011000101001100111011101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970673; }

 p { color: rgb(151,6,115); }

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

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

 a { background-color: rgb(151,6,115); }

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

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

 span { border-color: rgb(151,6,115); }

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