Html Css Color HEX #704478 Eminence

📋 copy color: '#704478'

red 112 ◦ green 68 ◦ blue 120

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

Shades of Eminence #704478

Tints of Eminence #704478

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.67%

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

R = 37.33%
G = 22.67%
B = 40%

CMYK

 C value IS 0.07

 M value IS 0.43

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#704478 (or 0x704478) is known color: Eminence. HEX triplet: 70, 44 and 78. RGB value is (112,68,120). Sum of RGB (Red+Green+Blue) = 112+68+120=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 68 (26.95% from 255 or 22.67% from 300); Blue value is 120 (47.27% from 255 or 40% from 300); Max value from RGB is 120 - color contains mainly: blue. Hex color #704478 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704478 is #8FBB87. Grayscale: #565656. Windows color (decimal): -9419656 or 7881840. OLE color: 7881840.

HSL color Cylindrical-coordinate representation of color #704478: hue angle of 290.77º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #704478 is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 68 120 -
CMYK 0.07 0.43 0 0.53
HSL 290.77º 0.28% 0.37% -
HSV(B) 290.77º 0.43% 0.47% -
XYZ 12.14 8.94 18.85 -
YUV 87.08 146.58 145.77 -
System Red Green Blue C M Y K H S L
Decimal 112 68 120 0.07 0.43 0 0.53 290.77 0.28 0.37
Hex 70 44 78 7 2B 0 35 123 1C 25
Octal 160 104 170 7 53 0 65 443 34 45
Binary 1110000 1000100 1111000 111 101011 0 110101 100100011 11100 100101

Color Harmonies of #704478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704478

Black with #704478

Text Example


Text Example

White with #704478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704478; }

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

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

background-color css

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

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

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

border-color css

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

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

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