Html Css Color HEX #704875 Eminence

📋 copy color: '#704875'

red 112 ◦ green 72 ◦ blue 117

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

Shades of Eminence #704875

Tints of Eminence #704875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 38.87%

R = 37.21%
G = 23.92%
B = 38.87%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#704875 (or 0x704875) is known color: Eminence. HEX triplet: 70, 48 and 75. RGB value is (112,72,117). Sum of RGB (Red+Green+Blue) = 112+72+117=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 117 - color contains mainly: blue. Hex color #704875 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704875 is #8FB78A. Grayscale: #585858. Windows color (decimal): -9418635 or 7686256. OLE color: 7686256.

HSL color Cylindrical-coordinate representation of color #704875: hue angle of 293.33º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #704875 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 72 117 -
CMYK 0.04 0.38 0 0.54
HSL 293.33º 0.24% 0.37% -
HSV(B) 293.33º 0.38% 0.46% -
XYZ 12.21 9.36 17.99 -
YUV 89.09 143.75 144.34 -
System Red Green Blue C M Y K H S L
Decimal 112 72 117 0.04 0.38 0 0.54 293.33 0.24 0.37
Hex 70 48 75 4 26 0 36 125 18 25
Octal 160 110 165 4 46 0 66 445 30 45
Binary 1110000 1001000 1110101 100 100110 0 110110 100100101 11000 100101

Color Harmonies of #704875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704875

Black with #704875

Text Example


Text Example

White with #704875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704875; }

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

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

background-color css

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

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

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

border-color css

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

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

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