Html Css Color HEX #703A77 Eminence

📋 copy color: '#703A77'

red 112 ◦ green 58 ◦ blue 119

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

Shades of Eminence #703A77

Tints of Eminence #703A77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 41.18%

R = 38.75%
G = 20.07%
B = 41.18%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#703A77 (or 0x703A77) is known color: Eminence. HEX triplet: 70, 3A and 77. RGB value is (112,58,119). Sum of RGB (Red+Green+Blue) = 112+58+119=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 58 (23.05% from 255 or 20.07% from 289); Blue value is 119 (46.88% from 255 or 41.18% from 289); Max value from RGB is 119 - color contains mainly: blue. Hex color #703A77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703A77 is #8FC588. Grayscale: #505050. Windows color (decimal): -9422217 or 7813744. OLE color: 7813744.

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

Color convert

RGB 112 58 119 -
CMYK 0.06 0.51 0 0.53
HSL 293.11º 0.34% 0.35% -
HSV(B) 293.11º 0.51% 0.47% -
XYZ 11.52 7.8 18.35 -
YUV 81.1 149.39 150.04 -
System Red Green Blue C M Y K H S L
Decimal 112 58 119 0.06 0.51 0 0.53 293.11 0.34 0.35
Hex 70 3A 77 6 33 0 35 125 22 23
Octal 160 72 167 6 63 0 65 445 42 43
Binary 1110000 111010 1110111 110 110011 0 110101 100100101 100010 100011

Color Harmonies of #703A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703A77

Black with #703A77

Text Example


Text Example

White with #703A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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