Html Css Color HEX #703276 Eminence

📋 copy color: '#703276'

red 112 ◦ green 50 ◦ blue 118

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

Shades of Eminence #703276

Tints of Eminence #703276

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.86%

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

R = 40%
G = 17.86%
B = 42.14%

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

#703276 (or 0x703276) is known color: Eminence. HEX triplet: 70, 32 and 76. RGB value is (112,50,118). Sum of RGB (Red+Green+Blue) = 112+50+118=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 118 - color contains mainly: blue. Hex color #703276 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703276 is #8FCD89. Grayscale: #4C4C4C. Windows color (decimal): -9424266 or 7746160. OLE color: 7746160.

HSL color Cylindrical-coordinate representation of color #703276: hue angle of 294.71º degrees, saturation: 0.4, 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 #703276 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 50 118 -
CMYK 0.05 0.58 0 0.54
HSL 294.71º 0.4% 0.33% -
HSV(B) 294.71º 0.58% 0.46% -
XYZ 11.09 7.03 17.91 -
YUV 76.29 151.54 153.47 -
System Red Green Blue C M Y K H S L
Decimal 112 50 118 0.05 0.58 0 0.54 294.71 0.4 0.33
Hex 70 32 76 5 3A 0 36 127 28 21
Octal 160 62 166 5 72 0 66 447 50 41
Binary 1110000 110010 1110110 101 111010 0 110110 100100111 101000 100001

Color Harmonies of #703276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703276

Black with #703276

Text Example


Text Example

White with #703276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703276; }

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

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

background-color css

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

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

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

border-color css

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

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

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