#653475

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

Shades of Eminence #653475

Tints of Eminence #653475

Color information

#653475 (or 0x653475) is unknown color: approx Eminence. HEX triplet: 65, 34 and 75. RGB value is (101,52,117). Sum of RGB (Red+Green+Blue) = 101+52+117=270 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.41% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 117 - color contains mainly: blue. Hex color #653475 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653475 is #9ACB8A. Grayscale: #494949. Windows color (decimal): -10144651 or 7681125. OLE color: 7681125.

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

Color convert

RGB10152117-
CMYK0.140.5600.54
HSL285.23º38.46%33.14%-
HSV(B)285.23º55.56%45.88%-
XYZ9.816.5117.57-
YUV74.06152.23147.21-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.41%
GREEN value IS 52 (20.70% from 255) = 19.26%
BLUE value IS 117 (46.09% from 255) = 43.33%
R=37.41%
G=19.26%
B=43.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal101521170.140.5600.54285.2338.4633.14
Hex653475E3803611d2621
Octal1456416516700664354641
Binary1100101110100111010111101110000110110100011101100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653475; }

 p { color: rgb(101,52,117); }

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

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

 a { background-color: rgb(101,52,117); }

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

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

 span { border-color: rgb(101,52,117); }

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