Html Css Color HEX #653970 Eminence

📋 copy color: '#653970'

red 101 ◦ green 57 ◦ blue 112

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

Shades of Eminence #653970

Tints of Eminence #653970

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.11%

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

R = 37.41%
G = 21.11%
B = 41.48%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#653970 (or 0x653970) is known color: Eminence. HEX triplet: 65, 39 and 70. RGB value is (101,57,112). Sum of RGB (Red+Green+Blue) = 101+57+112=270 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.41% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 112 (44.14% from 255 or 41.48% from 270); Max value from RGB is 112 - color contains mainly: blue. Hex color #653970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653970 is #9AC68F. Grayscale: #4C4C4C. Windows color (decimal): -10143376 or 7354725. OLE color: 7354725.

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

Color convert

RGB 101 57 112 -
CMYK 0.10 0.49 0 0.56
HSL 288º 0.33% 0.33% -
HSV(B) 288º 0.49% 0.44% -
XYZ 9.75 6.86 16.14 -
YUV 76.43 148.08 145.53 -
System Red Green Blue C M Y K H S L
Decimal 101 57 112 0.10 0.49 0 0.56 288 0.33 0.33
Hex 65 39 70 A 31 0 38 120 21 21
Octal 145 71 160 12 61 0 70 440 41 41
Binary 1100101 111001 1110000 1010 110001 0 111000 100100000 100001 100001

Color Harmonies of #653970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653970

Black with #653970

Text Example


Text Example

White with #653970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653970; }

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

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

background-color css

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

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

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

border-color css

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

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

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