#663A71

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

Shades of Eminence #663A71

Tints of Eminence #663A71

Color information

#663A71 (or 0x663A71) is unknown color: approx Eminence. HEX triplet: 66, 3A and 71. RGB value is (102,58,113). Sum of RGB (Red+Green+Blue) = 102+58+113=273 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.36% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 113 - color contains mainly: blue. Hex color #663A71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663A71 is #99C58E. Grayscale: #4D4D4D. Windows color (decimal): -10077583 or 7420518. OLE color: 7420518.

HSL color Cylindrical-coordinate representation of color #663A71: hue angle of 288º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #663A71 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10258113-
CMYK0.100.4900.56
HSL288º32.16%33.53%-
HSV(B)288º48.67%44.31%-
XYZ9.977.0416.46-
YUV77.43148.08145.53-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.36%
GREEN value IS 58 (23.05% from 255) = 21.25%
BLUE value IS 113 (44.53% from 255) = 41.39%
R=37.36%
G=21.25%
B=41.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal102581130.100.4900.5628832.1633.53
Hex663A71A310381202022
Octal1467216112610704404042
Binary1100110111010111000110101100010111000100100000100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663A71; }

 p { color: rgb(102,58,113); }

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

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

 a { background-color: rgb(102,58,113); }

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

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

 span { border-color: rgb(102,58,113); }

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