Html Css Color HEX #704573 Eminence

📋 copy color: '#704573'

red 112 ◦ green 69 ◦ blue 115

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

Shades of Eminence #704573

Tints of Eminence #704573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 38.85%

R = 37.84%
G = 23.31%
B = 38.85%

CMYK

 C value IS 0.03

 M value IS 0.4

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#704573 (or 0x704573) is known color: Eminence. HEX triplet: 70, 45 and 73. RGB value is (112,69,115). Sum of RGB (Red+Green+Blue) = 112+69+115=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 115 - color contains mainly: blue. Hex color #704573 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704573 is #8FBA8C. Grayscale: #565656. Windows color (decimal): -9419405 or 7554416. OLE color: 7554416.

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

Color convert

RGB 112 69 115 -
CMYK 0.03 0.4 0 0.55
HSL 296.09º 0.25% 0.36% -
HSV(B) 296.09º 0.4% 0.45% -
XYZ 11.9 8.94 17.32 -
YUV 87.1 143.75 145.76 -
System Red Green Blue C M Y K H S L
Decimal 112 69 115 0.03 0.4 0 0.55 296.09 0.25 0.36
Hex 70 45 73 3 28 0 37 128 19 24
Octal 160 105 163 3 50 0 67 450 31 44
Binary 1110000 1000101 1110011 11 101000 0 110111 100101000 11001 100100

Color Harmonies of #704573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704573

Black with #704573

Text Example


Text Example

White with #704573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704573; }

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

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

background-color css

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

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

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

border-color css

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

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

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