#653277

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

Shades of Eminence #653277

Tints of Eminence #653277

Color information

#653277 (or 0x653277) is unknown color: approx Eminence. HEX triplet: 65, 32 and 77. RGB value is (101,50,119). Sum of RGB (Red+Green+Blue) = 101+50+119=270 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.41% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 119 (46.88% from 255 or 44.07% from 270); Max value from RGB is 119 - color contains mainly: blue. Hex color #653277 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653277 is #9ACD88. Grayscale: #484848. Windows color (decimal): -10145161 or 7811685. OLE color: 7811685.

HSL color Cylindrical-coordinate representation of color #653277: hue angle of 284.35º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #653277 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10150119-
CMYK0.150.5800.53
HSL284.35º40.83%33.14%-
HSV(B)284.35º57.98%46.67%-
XYZ9.846.3818.17-
YUV73.11153.9147.89-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.41%
GREEN value IS 50 (19.92% from 255) = 18.52%
BLUE value IS 119 (46.88% from 255) = 44.07%
R=37.41%
G=18.52%
B=44.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal101501190.150.5800.53284.3540.8333.14
Hex653277F3A03511c2921
Octal1456216717720654345141
Binary1100101110010111011111111110100110101100011100101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653277; }

 p { color: rgb(101,50,119); }

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

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

 a { background-color: rgb(101,50,119); }

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

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

 span { border-color: rgb(101,50,119); }

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