Html Css Color HEX #653575 Eminence

📋 copy color: '#653575'

red 101 ◦ green 53 ◦ blue 117

#653575
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eminence #653575

Tints of Eminence #653575

RGB

 RED value IS 101 (39.84% from 255) = 37.27%

 GREEN value IS 53 (21.09% from 255) = 19.56%

 BLUE value IS 117 (46.09% from 255) = 43.17%

R = 37.27%
G = 19.56%
B = 43.17%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#653575 (or 0x653575) is known color: Eminence. HEX triplet: 65, 35 and 75. RGB value is (101,53,117). Sum of RGB (Red+Green+Blue) = 101+53+117=271 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.27% from 271); Green value is 53 (21.09% from 255 or 19.56% from 271); Blue value is 117 (46.09% from 255 or 43.17% from 271); Max value from RGB is 117 - color contains mainly: blue. Hex color #653575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653575 is #9ACA8A. Grayscale: #4A4A4A. Windows color (decimal): -10144395 or 7681381. OLE color: 7681381.

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

Color convert

RGB 101 53 117 -
CMYK 0.14 0.55 0 0.54
HSL 285º 0.38% 0.33% -
HSV(B) 285º 0.55% 0.46% -
XYZ 9.85 6.6 17.58 -
YUV 74.65 151.9 146.8 -
System Red Green Blue C M Y K H S L
Decimal 101 53 117 0.14 0.55 0 0.54 285 0.38 0.33
Hex 65 35 75 E 37 0 36 11D 26 21
Octal 145 65 165 16 67 0 66 435 46 41
Binary 1100101 110101 1110101 1110 110111 0 110110 100011101 100110 100001

Color Harmonies of #653575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653575

Black with #653575

Text Example


Text Example

White with #653575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653575; }

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

 H1.HeaderClassName
 {
   color: #653575;
 }
 .AnyTagClassName
 {
   color: #653575;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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