Html Css Color HEX #703178 Eminence

📋 copy color: '#703178'

red 112 ◦ green 49 ◦ blue 120

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

Shades of Eminence #703178

Tints of Eminence #703178

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.44%

 BLUE value IS 120 (47.27% from 255) = 42.7%

R = 39.86%
G = 17.44%
B = 42.7%

CMYK

 C value IS 0.07

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#703178 (or 0x703178) is known color: Eminence. HEX triplet: 70, 31 and 78. RGB value is (112,49,120). Sum of RGB (Red+Green+Blue) = 112+49+120=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 120 (47.27% from 255 or 42.70% from 281); Max value from RGB is 120 - color contains mainly: blue. Hex color #703178 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703178 is #8FCE87. Grayscale: #4B4B4B. Windows color (decimal): -9424520 or 7876976. OLE color: 7876976.

HSL color Cylindrical-coordinate representation of color #703178: hue angle of 293.24º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #703178 is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 49 120 -
CMYK 0.07 0.59 0 0.53
HSL 293.24º 0.42% 0.33% -
HSV(B) 293.24º 0.59% 0.47% -
XYZ 11.17 7 18.53 -
YUV 75.93 152.87 153.73 -
System Red Green Blue C M Y K H S L
Decimal 112 49 120 0.07 0.59 0 0.53 293.24 0.42 0.33
Hex 70 31 78 7 3B 0 35 125 2A 21
Octal 160 61 170 7 73 0 65 445 52 41
Binary 1110000 110001 1111000 111 111011 0 110101 100100101 101010 100001

Color Harmonies of #703178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703178

Black with #703178

Text Example


Text Example

White with #703178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703178; }

 p { color: rgb(112,49,120); }

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

background-color css

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

 a { background-color: rgb(112,49,120); }

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

border-color css

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

 span { border-color: rgb(112,49,120); }

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