Html Css Color HEX #70486B Eminence

📋 copy color: '#70486B'

red 112 ◦ green 72 ◦ blue 107

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

Shades of Eminence #70486B

Tints of Eminence #70486B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.77%

R = 38.49%
G = 24.74%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#70486B (or 0x70486B) is known color: Eminence. HEX triplet: 70, 48 and 6B. RGB value is (112,72,107). Sum of RGB (Red+Green+Blue) = 112+72+107=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 112 - color contains mainly: red. Hex color #70486B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70486B is #8FB794. Grayscale: #575757. Windows color (decimal): -9418645 or 7030896. OLE color: 7030896.

HSL color Cylindrical-coordinate representation of color #70486B: hue angle of 307.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 #70486B is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 72 107 -
CMYK 0 0.36 0.04 0.56
HSL 307.5º 0.22% 0.36% -
HSV(B) 307.5º 0.36% 0.44% -
XYZ 11.65 9.14 15.06 -
YUV 87.95 138.75 145.15 -
System Red Green Blue C M Y K H S L
Decimal 112 72 107 0 0.36 0.04 0.56 307.5 0.22 0.36
Hex 70 48 6B 0 24 4 38 134 16 24
Octal 160 110 153 0 44 4 70 464 26 44
Binary 1110000 1001000 1101011 0 100100 100 111000 100110100 10110 100100

Color Harmonies of #70486B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70486B

Black with #70486B

Text Example


Text Example

White with #70486B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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