#653971

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

Shades of Eminence #653971

Tints of Eminence #653971

Color information

#653971 (or 0x653971) is unknown color: approx Eminence. HEX triplet: 65, 39 and 71. RGB value is (101,57,113). Sum of RGB (Red+Green+Blue) = 101+57+113=271 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.27% from 271); Green value is 57 (22.66% from 255 or 21.03% from 271); Blue value is 113 (44.53% from 255 or 41.70% from 271); Max value from RGB is 113 - color contains mainly: blue. Hex color #653971 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653971 is #9AC68E. Grayscale: #4C4C4C. Windows color (decimal): -10143375 or 7420261. OLE color: 7420261.

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

Color convert

RGB10157113-
CMYK0.110.5000.56
HSL287.14º32.94%33.33%-
HSV(B)287.14º49.56%44.31%-
XYZ9.816.8916.43-
YUV76.54148.58145.45-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.27%
GREEN value IS 57 (22.66% from 255) = 21.03%
BLUE value IS 113 (44.53% from 255) = 41.70%
R=37.27%
G=21.03%
B=41.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal101571130.110.5000.56287.1432.9433.33
Hex653971B3203811f2121
Octal1457116113620704374141
Binary1100101111001111000110111100100111000100011111100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653971; }

 p { color: rgb(101,57,113); }

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

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

 a { background-color: rgb(101,57,113); }

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

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

 span { border-color: rgb(101,57,113); }

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