Html Css Color HEX #703576 Eminence

📋 copy color: '#703576'

red 112 ◦ green 53 ◦ blue 118

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

Shades of Eminence #703576

Tints of Eminence #703576

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.73%

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

R = 39.58%
G = 18.73%
B = 41.7%

CMYK

 C value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#703576 (or 0x703576) is known color: Eminence. HEX triplet: 70, 35 and 76. RGB value is (112,53,118). Sum of RGB (Red+Green+Blue) = 112+53+118=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 53 (21.09% from 255 or 18.73% from 283); Blue value is 118 (46.48% from 255 or 41.70% from 283); Max value from RGB is 118 - color contains mainly: blue. Hex color #703576 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703576 is #8FCA89. Grayscale: #4D4D4D. Windows color (decimal): -9423498 or 7746928. OLE color: 7746928.

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

Color convert

RGB 112 53 118 -
CMYK 0.05 0.55 0 0.54
HSL 294.46º 0.38% 0.34% -
HSV(B) 294.46º 0.55% 0.46% -
XYZ 11.23 7.3 17.96 -
YUV 78.05 150.55 152.21 -
System Red Green Blue C M Y K H S L
Decimal 112 53 118 0.05 0.55 0 0.54 294.46 0.38 0.34
Hex 70 35 76 5 37 0 36 126 26 22
Octal 160 65 166 5 67 0 66 446 46 42
Binary 1110000 110101 1110110 101 110111 0 110110 100100110 100110 100010

Color Harmonies of #703576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703576

Black with #703576

Text Example


Text Example

White with #703576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703576; }

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

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

background-color css

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

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

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

border-color css

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

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

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