Html Css Color HEX #704173 Eminence

📋 copy color: '#704173'

red 112 ◦ green 65 ◦ blue 115

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

Shades of Eminence #704173

Tints of Eminence #704173

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.26%

 BLUE value IS 115 (45.31% from 255) = 39.38%

R = 38.36%
G = 22.26%
B = 39.38%

CMYK

 C value IS 0.03

 M value IS 0.43

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#704173 (or 0x704173) is known color: Eminence. HEX triplet: 70, 41 and 73. RGB value is (112,65,115). Sum of RGB (Red+Green+Blue) = 112+65+115=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 65 (25.78% from 255 or 22.26% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 115 - color contains mainly: blue. Hex color #704173 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704173 is #8FBE8C. Grayscale: #545454. Windows color (decimal): -9420429 or 7553392. OLE color: 7553392.

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

Color convert

RGB 112 65 115 -
CMYK 0.03 0.43 0 0.55
HSL 296.4º 0.28% 0.35% -
HSV(B) 296.4º 0.43% 0.45% -
XYZ 11.67 8.46 17.24 -
YUV 84.75 145.07 147.43 -
System Red Green Blue C M Y K H S L
Decimal 112 65 115 0.03 0.43 0 0.55 296.4 0.28 0.35
Hex 70 41 73 3 2B 0 37 128 1C 23
Octal 160 101 163 3 53 0 67 450 34 43
Binary 1110000 1000001 1110011 11 101011 0 110111 100101000 11100 100011

Color Harmonies of #704173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704173

Black with #704173

Text Example


Text Example

White with #704173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704173; }

 p { color: rgb(112,65,115); }

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

background-color css

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

 a { background-color: rgb(112,65,115); }

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

border-color css

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

 span { border-color: rgb(112,65,115); }

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