Html Css Color HEX #703577 Eminence

📋 copy color: '#703577'

red 112 ◦ green 53 ◦ blue 119

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

Shades of Eminence #703577

Tints of Eminence #703577

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.66%

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

R = 39.44%
G = 18.66%
B = 41.9%

CMYK

 C value IS 0.06

 M value IS 0.55

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#703577 (or 0x703577) is known color: Eminence. HEX triplet: 70, 35 and 77. RGB value is (112,53,119). Sum of RGB (Red+Green+Blue) = 112+53+119=284 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.44% from 284); Green value is 53 (21.09% from 255 or 18.66% from 284); Blue value is 119 (46.88% from 255 or 41.90% from 284); Max value from RGB is 119 - color contains mainly: blue. Hex color #703577 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703577 is #8FCA88. Grayscale: #4D4D4D. Windows color (decimal): -9423497 or 7812464. OLE color: 7812464.

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

Color convert

RGB 112 53 119 -
CMYK 0.06 0.55 0 0.53
HSL 293.64º 0.38% 0.34% -
HSV(B) 293.64º 0.55% 0.47% -
XYZ 11.28 7.32 18.27 -
YUV 78.17 151.05 152.13 -
System Red Green Blue C M Y K H S L
Decimal 112 53 119 0.06 0.55 0 0.53 293.64 0.38 0.34
Hex 70 35 77 6 37 0 35 126 26 22
Octal 160 65 167 6 67 0 65 446 46 42
Binary 1110000 110101 1110111 110 110111 0 110101 100100110 100110 100010

Color Harmonies of #703577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703577

Black with #703577

Text Example


Text Example

White with #703577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703577; }

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

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

background-color css

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

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

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

border-color css

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

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

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