Html Css Color HEX #704373 Eminence

📋 copy color: '#704373'

red 112 ◦ green 67 ◦ blue 115

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

Shades of Eminence #704373

Tints of Eminence #704373

RGB

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

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

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

R = 38.1%
G = 22.79%
B = 39.12%

CMYK

 C value IS 0.03

 M value IS 0.42

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#704373 (or 0x704373) is known color: Eminence. HEX triplet: 70, 43 and 73. RGB value is (112,67,115). Sum of RGB (Red+Green+Blue) = 112+67+115=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 67 (26.56% from 255 or 22.79% from 294); Blue value is 115 (45.31% from 255 or 39.12% from 294); Max value from RGB is 115 - color contains mainly: blue. Hex color #704373 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704373 is #8FBC8C. Grayscale: #555555. Windows color (decimal): -9419917 or 7553904. OLE color: 7553904.

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

Color convert

RGB 112 67 115 -
CMYK 0.03 0.42 0 0.55
HSL 296.25º 0.26% 0.36% -
HSV(B) 296.25º 0.42% 0.45% -
XYZ 11.78 8.7 17.28 -
YUV 85.93 144.41 146.6 -
System Red Green Blue C M Y K H S L
Decimal 112 67 115 0.03 0.42 0 0.55 296.25 0.26 0.36
Hex 70 43 73 3 2A 0 37 128 1A 24
Octal 160 103 163 3 52 0 67 450 32 44
Binary 1110000 1000011 1110011 11 101010 0 110111 100101000 11010 100100

Color Harmonies of #704373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704373

Black with #704373

Text Example


Text Example

White with #704373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704373; }

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

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

background-color css

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

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

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

border-color css

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

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

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