Html Css Color HEX #703077 Eminence

📋 copy color: '#703077'

red 112 ◦ green 48 ◦ blue 119

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

Shades of Eminence #703077

Tints of Eminence #703077

RGB

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

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

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

R = 40.14%
G = 17.2%
B = 42.65%

CMYK

 C value IS 0.06

 M value IS 0.60

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#703077 (or 0x703077) is known color: Eminence. HEX triplet: 70, 30 and 77. RGB value is (112,48,119). Sum of RGB (Red+Green+Blue) = 112+48+119=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 119 (46.88% from 255 or 42.65% from 279); Max value from RGB is 119 - color contains mainly: blue. Hex color #703077 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703077 is #8FCF88. Grayscale: #4B4B4B. Windows color (decimal): -9424777 or 7811184. OLE color: 7811184.

HSL color Cylindrical-coordinate representation of color #703077: hue angle of 294.08º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #703077 is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 48 119 -
CMYK 0.06 0.60 0 0.53
HSL 294.08º 0.43% 0.33% -
HSV(B) 294.08º 0.6% 0.47% -
XYZ 11.07 6.89 18.2 -
YUV 75.23 152.7 154.23 -
System Red Green Blue C M Y K H S L
Decimal 112 48 119 0.06 0.60 0 0.53 294.08 0.43 0.33
Hex 70 30 77 6 3C 0 35 126 2B 21
Octal 160 60 167 6 74 0 65 446 53 41
Binary 1110000 110000 1110111 110 111100 0 110101 100100110 101011 100001

Color Harmonies of #703077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703077

Black with #703077

Text Example


Text Example

White with #703077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703077; }

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

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

background-color css

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

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

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

border-color css

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

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

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