Html Css Color HEX #704273 Eminence

📋 copy color: '#704273'

red 112 ◦ green 66 ◦ blue 115

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

Shades of Eminence #704273

Tints of Eminence #704273

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.53%

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

R = 38.23%
G = 22.53%
B = 39.25%

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

#704273 (or 0x704273) is known color: Eminence. HEX triplet: 70, 42 and 73. RGB value is (112,66,115). Sum of RGB (Red+Green+Blue) = 112+66+115=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 115 (45.31% from 255 or 39.25% from 293); Max value from RGB is 115 - color contains mainly: blue. Hex color #704273 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704273 is #8FBD8C. Grayscale: #555555. Windows color (decimal): -9420173 or 7553648. OLE color: 7553648.

HSL color Cylindrical-coordinate representation of color #704273: hue angle of 296.33º degrees, saturation: 0.27, 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 #704273 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 66 115 -
CMYK 0.03 0.43 0 0.55
HSL 296.33º 0.27% 0.35% -
HSV(B) 296.33º 0.43% 0.45% -
XYZ 11.72 8.58 17.26 -
YUV 85.34 144.74 147.02 -
System Red Green Blue C M Y K H S L
Decimal 112 66 115 0.03 0.43 0 0.55 296.33 0.27 0.35
Hex 70 42 73 3 2B 0 37 128 1B 23
Octal 160 102 163 3 53 0 67 450 33 43
Binary 1110000 1000010 1110011 11 101011 0 110111 100101000 11011 100011

Color Harmonies of #704273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704273

Black with #704273

Text Example


Text Example

White with #704273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704273; }

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

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

background-color css

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

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

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

border-color css

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

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

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