Html Css Color HEX #704672 Eminence

📋 copy color: '#704672'

red 112 ◦ green 70 ◦ blue 114

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

Shades of Eminence #704672

Tints of Eminence #704672

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.65%

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

R = 37.84%
G = 23.65%
B = 38.51%

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

#704672 (or 0x704672) is known color: Eminence. HEX triplet: 70, 46 and 72. RGB value is (112,70,114). Sum of RGB (Red+Green+Blue) = 112+70+114=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 114 (44.92% from 255 or 38.51% from 296); Max value from RGB is 114 - color contains mainly: blue. Hex color #704672 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704672 is #8FB98D. Grayscale: #575757. Windows color (decimal): -9419150 or 7489136. OLE color: 7489136.

HSL color Cylindrical-coordinate representation of color #704672: hue angle of 297.27º degrees, saturation: 0.24, 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 #704672 is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 70 114 -
CMYK 0.02 0.39 0 0.55
HSL 297.27º 0.24% 0.36% -
HSV(B) 297.27º 0.39% 0.45% -
XYZ 11.91 9.04 17.04 -
YUV 87.57 142.91 145.42 -
System Red Green Blue C M Y K H S L
Decimal 112 70 114 0.02 0.39 0 0.55 297.27 0.24 0.36
Hex 70 46 72 2 27 0 37 129 18 24
Octal 160 106 162 2 47 0 67 451 30 44
Binary 1110000 1000110 1110010 10 100111 0 110111 100101001 11000 100100

Color Harmonies of #704672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704672

Black with #704672

Text Example


Text Example

White with #704672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704672; }

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

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

background-color css

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

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

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

border-color css

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

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

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