Html Css Color HEX #704572 Eminence

📋 copy color: '#704572'

red 112 ◦ green 69 ◦ blue 114

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

Shades of Eminence #704572

Tints of Eminence #704572

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.39%

 BLUE value IS 114 (44.92% from 255) = 38.64%

R = 37.97%
G = 23.39%
B = 38.64%

CMYK

 C value IS 0.02

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#704572 (or 0x704572) is known color: Eminence. HEX triplet: 70, 45 and 72. RGB value is (112,69,114). Sum of RGB (Red+Green+Blue) = 112+69+114=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 114 - color contains mainly: blue. Hex color #704572 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704572 is #8FBA8D. Grayscale: #565656. Windows color (decimal): -9419406 or 7488880. OLE color: 7488880.

HSL color Cylindrical-coordinate representation of color #704572: hue angle of 297.33º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #704572 is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 69 114 -
CMYK 0.02 0.39 0 0.55
HSL 297.33º 0.25% 0.36% -
HSV(B) 297.33º 0.39% 0.45% -
XYZ 11.85 8.92 17.02 -
YUV 86.99 143.25 145.84 -
System Red Green Blue C M Y K H S L
Decimal 112 69 114 0.02 0.39 0 0.55 297.33 0.25 0.36
Hex 70 45 72 2 27 0 37 129 19 24
Octal 160 105 162 2 47 0 67 451 31 44
Binary 1110000 1000101 1110010 10 100111 0 110111 100101001 11001 100100

Color Harmonies of #704572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704572

Black with #704572

Text Example


Text Example

White with #704572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704572; }

 p { color: rgb(112,69,114); }

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

background-color css

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

 a { background-color: rgb(112,69,114); }

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

border-color css

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

 span { border-color: rgb(112,69,114); }

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