Html Css Color HEX #703A76 Eminence

📋 copy color: '#703A76'

red 112 ◦ green 58 ◦ blue 118

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

Shades of Eminence #703A76

Tints of Eminence #703A76

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.14%

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

R = 38.89%
G = 20.14%
B = 40.97%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#703A76 (or 0x703A76) is known color: Eminence. HEX triplet: 70, 3A and 76. RGB value is (112,58,118). Sum of RGB (Red+Green+Blue) = 112+58+118=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 58 (23.05% from 255 or 20.14% from 288); Blue value is 118 (46.48% from 255 or 40.97% from 288); Max value from RGB is 118 - color contains mainly: blue. Hex color #703A76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703A76 is #8FC589. Grayscale: #505050. Windows color (decimal): -9422218 or 7748208. OLE color: 7748208.

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

Color convert

RGB 112 58 118 -
CMYK 0.05 0.51 0 0.54
HSL 294º 0.34% 0.35% -
HSV(B) 294º 0.51% 0.46% -
XYZ 11.47 7.78 18.04 -
YUV 80.99 148.89 150.12 -
System Red Green Blue C M Y K H S L
Decimal 112 58 118 0.05 0.51 0 0.54 294 0.34 0.35
Hex 70 3A 76 5 33 0 36 126 22 23
Octal 160 72 166 5 63 0 66 446 42 43
Binary 1110000 111010 1110110 101 110011 0 110110 100100110 100010 100011

Color Harmonies of #703A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703A76

Black with #703A76

Text Example


Text Example

White with #703A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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