Html Css Color HEX #704878 Eminence

📋 copy color: '#704878'

red 112 ◦ green 72 ◦ blue 120

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

Shades of Eminence #704878

Tints of Eminence #704878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 39.47%

R = 36.84%
G = 23.68%
B = 39.47%

CMYK

 C value IS 0.07

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#704878 (or 0x704878) is known color: Eminence. HEX triplet: 70, 48 and 78. RGB value is (112,72,120). Sum of RGB (Red+Green+Blue) = 112+72+120=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 72 (28.52% from 255 or 23.68% from 304); Blue value is 120 (47.27% from 255 or 39.47% from 304); Max value from RGB is 120 - color contains mainly: blue. Hex color #704878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704878 is #8FB787. Grayscale: #595959. Windows color (decimal): -9418632 or 7882864. OLE color: 7882864.

HSL color Cylindrical-coordinate representation of color #704878: hue angle of 290º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #704878 is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 72 120 -
CMYK 0.07 0.40 0 0.53
HSL 290º 0.25% 0.38% -
HSV(B) 290º 0.4% 0.47% -
XYZ 12.39 9.44 18.94 -
YUV 89.43 145.25 144.1 -
System Red Green Blue C M Y K H S L
Decimal 112 72 120 0.07 0.40 0 0.53 290 0.25 0.38
Hex 70 48 78 7 28 0 35 122 19 26
Octal 160 110 170 7 50 0 65 442 31 46
Binary 1110000 1001000 1111000 111 101000 0 110101 100100010 11001 100110

Color Harmonies of #704878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704878

Black with #704878

Text Example


Text Example

White with #704878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704878; }

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

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

background-color css

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

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

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

border-color css

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

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

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