#663972

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

Shades of Eminence #663972

Tints of Eminence #663972

Color information

#663972 (or 0x663972) is unknown color: approx Eminence. HEX triplet: 66, 39 and 72. RGB value is (102,57,114). Sum of RGB (Red+Green+Blue) = 102+57+114=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 114 (44.92% from 255 or 41.76% from 273); Max value from RGB is 114 - color contains mainly: blue. Hex color #663972 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663972 is #99C68D. Grayscale: #4C4C4C. Windows color (decimal): -10077838 or 7485798. OLE color: 7485798.

HSL color Cylindrical-coordinate representation of color #663972: hue angle of 287.37º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #663972 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10257114-
CMYK0.110.5000.55
HSL287.37º33.33%33.53%-
HSV(B)287.37º50%44.71%-
XYZ9.986.9716.74-
YUV76.95148.91145.87-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.36%
GREEN value IS 57 (22.66% from 255) = 20.88%
BLUE value IS 114 (44.92% from 255) = 41.76%
R=37.36%
G=20.88%
B=41.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal102571140.110.5000.55287.3733.3333.53
Hex663972B3203711f2122
Octal1467116213620674374142
Binary1100110111001111001010111100100110111100011111100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663972; }

 p { color: rgb(102,57,114); }

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

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

 a { background-color: rgb(102,57,114); }

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

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

 span { border-color: rgb(102,57,114); }

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