Html Css Color HEX #704075 Eminence

📋 copy color: '#704075'

red 112 ◦ green 64 ◦ blue 117

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

Shades of Eminence #704075

Tints of Eminence #704075

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.84%

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

R = 38.23%
G = 21.84%
B = 39.93%

CMYK

 C value IS 0.04

 M value IS 0.45

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#704075 (or 0x704075) is known color: Eminence. HEX triplet: 70, 40 and 75. RGB value is (112,64,117). Sum of RGB (Red+Green+Blue) = 112+64+117=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 117 (46.09% from 255 or 39.93% from 293); Max value from RGB is 117 - color contains mainly: blue. Hex color #704075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704075 is #8FBF8A. Grayscale: #545454. Windows color (decimal): -9420683 or 7684208. OLE color: 7684208.

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

Color convert

RGB 112 64 117 -
CMYK 0.04 0.45 0 0.54
HSL 294.34º 0.29% 0.35% -
HSV(B) 294.34º 0.45% 0.46% -
XYZ 11.73 8.4 17.83 -
YUV 84.39 146.4 147.69 -
System Red Green Blue C M Y K H S L
Decimal 112 64 117 0.04 0.45 0 0.54 294.34 0.29 0.35
Hex 70 40 75 4 2D 0 36 126 1D 23
Octal 160 100 165 4 55 0 66 446 35 43
Binary 1110000 1000000 1110101 100 101101 0 110110 100100110 11101 100011

Color Harmonies of #704075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704075

Black with #704075

Text Example


Text Example

White with #704075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704075; }

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

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

background-color css

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

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

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

border-color css

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

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

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