Html Css Color HEX #653B70 Eminence

📋 copy color: '#653B70'

red 101 ◦ green 59 ◦ blue 112

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

Shades of Eminence #653B70

Tints of Eminence #653B70

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.69%

 BLUE value IS 112 (44.14% from 255) = 41.18%

R = 37.13%
G = 21.69%
B = 41.18%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#653B70 (or 0x653B70) is known color: Eminence. HEX triplet: 65, 3B and 70. RGB value is (101,59,112). Sum of RGB (Red+Green+Blue) = 101+59+112=272 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.13% from 272); Green value is 59 (23.44% from 255 or 21.69% from 272); Blue value is 112 (44.14% from 255 or 41.18% from 272); Max value from RGB is 112 - color contains mainly: blue. Hex color #653B70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653B70 is #9AC48F. Grayscale: #4D4D4D. Windows color (decimal): -10142864 or 7355237. OLE color: 7355237.

HSL color Cylindrical-coordinate representation of color #653B70: hue angle of 287.55º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #653B70 is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 101 59 112 -
CMYK 0.10 0.47 0 0.56
HSL 287.55º 0.31% 0.34% -
HSV(B) 287.55º 0.47% 0.44% -
XYZ 9.86 7.06 16.17 -
YUV 77.6 147.41 144.69 -
System Red Green Blue C M Y K H S L
Decimal 101 59 112 0.10 0.47 0 0.56 287.55 0.31 0.34
Hex 65 3B 70 A 2F 0 38 120 1F 22
Octal 145 73 160 12 57 0 70 440 37 42
Binary 1100101 111011 1110000 1010 101111 0 111000 100100000 11111 100010

Color Harmonies of #653B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653B70

Black with #653B70

Text Example


Text Example

White with #653B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653B70; }

 p { color: rgb(101,59,112); }

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

background-color css

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

 a { background-color: rgb(101,59,112); }

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

border-color css

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

 span { border-color: rgb(101,59,112); }

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