Html Css Color HEX #703076 Eminence

📋 copy color: '#703076'

red 112 ◦ green 48 ◦ blue 118

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

Shades of Eminence #703076

Tints of Eminence #703076

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.27%

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

R = 40.29%
G = 17.27%
B = 42.45%

CMYK

 C value IS 0.05

 M value IS 0.59

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#703076 (or 0x703076) is known color: Eminence. HEX triplet: 70, 30 and 76. RGB value is (112,48,118). Sum of RGB (Red+Green+Blue) = 112+48+118=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 48 (19.14% from 255 or 17.27% from 278); Blue value is 118 (46.48% from 255 or 42.45% from 278); Max value from RGB is 118 - color contains mainly: blue. Hex color #703076 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703076 is #8FCF89. Grayscale: #4A4A4A. Windows color (decimal): -9424778 or 7745648. OLE color: 7745648.

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

Color convert

RGB 112 48 118 -
CMYK 0.05 0.59 0 0.54
HSL 294.86º 0.42% 0.33% -
HSV(B) 294.86º 0.59% 0.46% -
XYZ 11.01 6.87 17.88 -
YUV 75.12 152.2 154.31 -
System Red Green Blue C M Y K H S L
Decimal 112 48 118 0.05 0.59 0 0.54 294.86 0.42 0.33
Hex 70 30 76 5 3B 0 36 127 2A 21
Octal 160 60 166 5 73 0 66 447 52 41
Binary 1110000 110000 1110110 101 111011 0 110110 100100111 101010 100001

Color Harmonies of #703076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703076

Black with #703076

Text Example


Text Example

White with #703076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703076; }

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

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

background-color css

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

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

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

border-color css

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

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

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