Html Css Color HEX #703D77 Eminence

📋 copy color: '#703D77'

red 112 ◦ green 61 ◦ blue 119

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

Shades of Eminence #703D77

Tints of Eminence #703D77

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.89%

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

R = 38.36%
G = 20.89%
B = 40.75%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#703D77 (or 0x703D77) is known color: Eminence. HEX triplet: 70, 3D and 77. RGB value is (112,61,119). Sum of RGB (Red+Green+Blue) = 112+61+119=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 61 (24.22% from 255 or 20.89% from 292); Blue value is 119 (46.88% from 255 or 40.75% from 292); Max value from RGB is 119 - color contains mainly: blue. Hex color #703D77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703D77 is #8FC288. Grayscale: #525252. Windows color (decimal): -9421449 or 7814512. OLE color: 7814512.

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

Color convert

RGB 112 61 119 -
CMYK 0.06 0.49 0 0.53
HSL 292.76º 0.32% 0.35% -
HSV(B) 292.76º 0.49% 0.47% -
XYZ 11.68 8.11 18.4 -
YUV 82.86 148.4 148.78 -
System Red Green Blue C M Y K H S L
Decimal 112 61 119 0.06 0.49 0 0.53 292.76 0.32 0.35
Hex 70 3D 77 6 31 0 35 125 20 23
Octal 160 75 167 6 61 0 65 445 40 43
Binary 1110000 111101 1110111 110 110001 0 110101 100100101 100000 100011

Color Harmonies of #703D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703D77

Black with #703D77

Text Example


Text Example

White with #703D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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