Html Css Color HEX #703473 Eminence

📋 copy color: '#703473'

red 112 ◦ green 52 ◦ blue 115

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

Shades of Eminence #703473

Tints of Eminence #703473

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.64%

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

R = 40.14%
G = 18.64%
B = 41.22%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#703473 (or 0x703473) is known color: Eminence. HEX triplet: 70, 34 and 73. RGB value is (112,52,115). Sum of RGB (Red+Green+Blue) = 112+52+115=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 115 (45.31% from 255 or 41.22% from 279); Max value from RGB is 115 - color contains mainly: blue. Hex color #703473 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703473 is #8FCB8C. Grayscale: #4C4C4C. Windows color (decimal): -9423757 or 7550064. OLE color: 7550064.

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

Color convert

RGB 112 52 115 -
CMYK 0.03 0.55 0 0.55
HSL 297.14º 0.38% 0.33% -
HSV(B) 297.14º 0.55% 0.45% -
XYZ 11 7.14 17.02 -
YUV 77.12 149.38 152.88 -
System Red Green Blue C M Y K H S L
Decimal 112 52 115 0.03 0.55 0 0.55 297.14 0.38 0.33
Hex 70 34 73 3 37 0 37 129 26 21
Octal 160 64 163 3 67 0 67 451 46 41
Binary 1110000 110100 1110011 11 110111 0 110111 100101001 100110 100001

Color Harmonies of #703473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703473

Black with #703473

Text Example


Text Example

White with #703473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703473; }

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

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

background-color css

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

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

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

border-color css

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

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

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