Html Css Color HEX #704378 Eminence

📋 copy color: '#704378'

red 112 ◦ green 67 ◦ blue 120

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

Shades of Eminence #704378

Tints of Eminence #704378

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.41%

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

R = 37.46%
G = 22.41%
B = 40.13%

CMYK

 C value IS 0.07

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#704378 (or 0x704378) is known color: Eminence. HEX triplet: 70, 43 and 78. RGB value is (112,67,120). Sum of RGB (Red+Green+Blue) = 112+67+120=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 67 (26.56% from 255 or 22.41% from 299); Blue value is 120 (47.27% from 255 or 40.13% from 299); Max value from RGB is 120 - color contains mainly: blue. Hex color #704378 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704378 is #8FBC87. Grayscale: #565656. Windows color (decimal): -9419912 or 7881584. OLE color: 7881584.

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

Color convert

RGB 112 67 120 -
CMYK 0.07 0.44 0 0.53
HSL 290.94º 0.28% 0.37% -
HSV(B) 290.94º 0.44% 0.47% -
XYZ 12.08 8.82 18.83 -
YUV 86.5 146.91 146.19 -
System Red Green Blue C M Y K H S L
Decimal 112 67 120 0.07 0.44 0 0.53 290.94 0.28 0.37
Hex 70 43 78 7 2C 0 35 123 1C 25
Octal 160 103 170 7 54 0 65 443 34 45
Binary 1110000 1000011 1111000 111 101100 0 110101 100100011 11100 100101

Color Harmonies of #704378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704378

Black with #704378

Text Example


Text Example

White with #704378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704378; }

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

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

background-color css

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

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

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

border-color css

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

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

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