Html Css Color HEX #703176 Eminence

📋 copy color: '#703176'

red 112 ◦ green 49 ◦ blue 118

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

Shades of Eminence #703176

Tints of Eminence #703176

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.56%

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

R = 40.14%
G = 17.56%
B = 42.29%

CMYK

 C value IS 0.05

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#703176 (or 0x703176) is known color: Eminence. HEX triplet: 70, 31 and 76. RGB value is (112,49,118). Sum of RGB (Red+Green+Blue) = 112+49+118=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 49 (19.53% from 255 or 17.56% from 279); Blue value is 118 (46.48% from 255 or 42.29% from 279); Max value from RGB is 118 - color contains mainly: blue. Hex color #703176 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703176 is #8FCE89. Grayscale: #4B4B4B. Windows color (decimal): -9424522 or 7745904. OLE color: 7745904.

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

Color convert

RGB 112 49 118 -
CMYK 0.05 0.58 0 0.54
HSL 294.78º 0.41% 0.33% -
HSV(B) 294.78º 0.58% 0.46% -
XYZ 11.05 6.95 17.9 -
YUV 75.7 151.87 153.89 -
System Red Green Blue C M Y K H S L
Decimal 112 49 118 0.05 0.58 0 0.54 294.78 0.41 0.33
Hex 70 31 76 5 3A 0 36 127 29 21
Octal 160 61 166 5 72 0 66 447 51 41
Binary 1110000 110001 1110110 101 111010 0 110110 100100111 101001 100001

Color Harmonies of #703176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703176

Black with #703176

Text Example


Text Example

White with #703176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703176; }

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

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

background-color css

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

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

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

border-color css

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

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

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