Html Css Color HEX #70496D Eminence

📋 copy color: '#70496D'

red 112 ◦ green 73 ◦ blue 109

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

Shades of Eminence #70496D

Tints of Eminence #70496D

RGB

 RED value IS 112 (44.14% from 255) = 38.1%

 GREEN value IS 73 (28.91% from 255) = 24.83%

 BLUE value IS 109 (42.97% from 255) = 37.07%

R = 38.1%
G = 24.83%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#70496D (or 0x70496D) is known color: Eminence. HEX triplet: 70, 49 and 6D. RGB value is (112,73,109). Sum of RGB (Red+Green+Blue) = 112+73+109=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 112 - color contains mainly: red. Hex color #70496D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70496D is #8FB692. Grayscale: #585858. Windows color (decimal): -9418387 or 7162224. OLE color: 7162224.

HSL color Cylindrical-coordinate representation of color #70496D: hue angle of 304.62º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #70496D is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 73 109 -
CMYK 0 0.35 0.03 0.56
HSL 304.62º 0.21% 0.36% -
HSV(B) 304.62º 0.35% 0.44% -
XYZ 11.82 9.31 15.64 -
YUV 88.77 139.42 144.57 -
System Red Green Blue C M Y K H S L
Decimal 112 73 109 0 0.35 0.03 0.56 304.62 0.21 0.36
Hex 70 49 6D 0 23 3 38 131 15 24
Octal 160 111 155 0 43 3 70 461 25 44
Binary 1110000 1001001 1101101 0 100011 11 111000 100110001 10101 100100

Color Harmonies of #70496D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70496D

Black with #70496D

Text Example


Text Example

White with #70496D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70496D; }

 p { color: rgb(112,73,109); }

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

background-color css

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

 a { background-color: rgb(112,73,109); }

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

border-color css

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

 span { border-color: rgb(112,73,109); }

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