Html Css Color HEX #703476 Eminence

📋 copy color: '#703476'

red 112 ◦ green 52 ◦ blue 118

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

Shades of Eminence #703476

Tints of Eminence #703476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 41.84%

R = 39.72%
G = 18.44%
B = 41.84%

CMYK

 C value IS 0.05

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#703476 (or 0x703476) is known color: Eminence. HEX triplet: 70, 34 and 76. RGB value is (112,52,118). Sum of RGB (Red+Green+Blue) = 112+52+118=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 118 - color contains mainly: blue. Hex color #703476 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703476 is #8FCB89. Grayscale: #4D4D4D. Windows color (decimal): -9423754 or 7746672. OLE color: 7746672.

HSL color Cylindrical-coordinate representation of color #703476: hue angle of 294.55º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #703476 is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 52 118 -
CMYK 0.05 0.56 0 0.54
HSL 294.55º 0.39% 0.33% -
HSV(B) 294.55º 0.56% 0.46% -
XYZ 11.18 7.21 17.94 -
YUV 77.46 150.88 152.63 -
System Red Green Blue C M Y K H S L
Decimal 112 52 118 0.05 0.56 0 0.54 294.55 0.39 0.33
Hex 70 34 76 5 38 0 36 127 27 21
Octal 160 64 166 5 70 0 66 447 47 41
Binary 1110000 110100 1110110 101 111000 0 110110 100100111 100111 100001

Color Harmonies of #703476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703476

Black with #703476

Text Example


Text Example

White with #703476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703476; }

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

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

background-color css

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

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

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

border-color css

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

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

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