#653376

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

Shades of Eminence #653376

Tints of Eminence #653376

Color information

#653376 (or 0x653376) is unknown color: approx Eminence. HEX triplet: 65, 33 and 76. RGB value is (101,51,118). Sum of RGB (Red+Green+Blue) = 101+51+118=270 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.41% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 118 (46.48% from 255 or 43.70% from 270); Max value from RGB is 118 - color contains mainly: blue. Hex color #653376 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653376 is #9ACC89. Grayscale: #494949. Windows color (decimal): -10144906 or 7746405. OLE color: 7746405.

HSL color Cylindrical-coordinate representation of color #653376: hue angle of 284.78º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #653376 is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10151118-
CMYK0.140.5700.54
HSL284.78º39.64%33.14%-
HSV(B)284.78º56.78%46.27%-
XYZ9.826.4417.87-
YUV73.59153.06147.55-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.41%
GREEN value IS 51 (20.31% from 255) = 18.89%
BLUE value IS 118 (46.48% from 255) = 43.70%
R=37.41%
G=18.89%
B=43.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal101511180.140.5700.54284.7839.6433.14
Hex653376E3903611d2821
Octal1456316616710664355041
Binary1100101110011111011011101110010110110100011101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653376; }

 p { color: rgb(101,51,118); }

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

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

 a { background-color: rgb(101,51,118); }

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

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

 span { border-color: rgb(101,51,118); }

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