Html Css Color HEX #70486D Eminence

📋 copy color: '#70486D'

red 112 ◦ green 72 ◦ blue 109

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

Shades of Eminence #70486D

Tints of Eminence #70486D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.57%

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

R = 38.23%
G = 24.57%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#70486D (or 0x70486D) is known color: Eminence. HEX triplet: 70, 48 and 6D. RGB value is (112,72,109). Sum of RGB (Red+Green+Blue) = 112+72+109=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 72 (28.52% from 255 or 24.57% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 112 - color contains mainly: red. Hex color #70486D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70486D is #8FB792. Grayscale: #585858. Windows color (decimal): -9418643 or 7161968. OLE color: 7161968.

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

Color convert

RGB 112 72 109 -
CMYK 0 0.36 0.03 0.56
HSL 304.5º 0.22% 0.36% -
HSV(B) 304.5º 0.36% 0.44% -
XYZ 11.76 9.18 15.62 -
YUV 88.18 139.75 144.99 -
System Red Green Blue C M Y K H S L
Decimal 112 72 109 0 0.36 0.03 0.56 304.5 0.22 0.36
Hex 70 48 6D 0 24 3 38 130 16 24
Octal 160 110 155 0 44 3 70 460 26 44
Binary 1110000 1001000 1101101 0 100100 11 111000 100110000 10110 100100

Color Harmonies of #70486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70486D

Black with #70486D

Text Example


Text Example

White with #70486D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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