Html Css Color HEX #704074 Eminence

📋 copy color: '#704074'

red 112 ◦ green 64 ◦ blue 116

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

Shades of Eminence #704074

Tints of Eminence #704074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 39.73%

R = 38.36%
G = 21.92%
B = 39.73%

CMYK

 C value IS 0.03

 M value IS 0.45

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#704074 (or 0x704074) is known color: Eminence. HEX triplet: 70, 40 and 74. RGB value is (112,64,116). Sum of RGB (Red+Green+Blue) = 112+64+116=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 116 (45.70% from 255 or 39.73% from 292); Max value from RGB is 116 - color contains mainly: blue. Hex color #704074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704074 is #8FBF8B. Grayscale: #545454. Windows color (decimal): -9420684 or 7618672. OLE color: 7618672.

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

Color convert

RGB 112 64 116 -
CMYK 0.03 0.45 0 0.55
HSL 295.38º 0.29% 0.35% -
HSV(B) 295.38º 0.45% 0.45% -
XYZ 11.67 8.37 17.52 -
YUV 84.28 145.9 147.77 -
System Red Green Blue C M Y K H S L
Decimal 112 64 116 0.03 0.45 0 0.55 295.38 0.29 0.35
Hex 70 40 74 3 2D 0 37 127 1D 23
Octal 160 100 164 3 55 0 67 447 35 43
Binary 1110000 1000000 1110100 11 101101 0 110111 100100111 11101 100011

Color Harmonies of #704074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704074

Black with #704074

Text Example


Text Example

White with #704074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704074; }

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

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

background-color css

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

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

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

border-color css

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

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

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