Html Css Color HEX #703181 Eminence

📋 copy color: '#703181'

red 112 ◦ green 49 ◦ blue 129

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

Shades of Eminence #703181

Tints of Eminence #703181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 44.48%

R = 38.62%
G = 16.9%
B = 44.48%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#703181 (or 0x703181) is known color: Eminence. HEX triplet: 70, 31 and 81. RGB value is (112,49,129). Sum of RGB (Red+Green+Blue) = 112+49+129=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 49 (19.53% from 255 or 16.90% from 290); Blue value is 129 (50.78% from 255 or 44.48% from 290); Max value from RGB is 129 - color contains mainly: blue. Hex color #703181 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703181 is #8FCE7E. Grayscale: #4C4C4C. Windows color (decimal): -9424511 or 8466800. OLE color: 8466800.

HSL color Cylindrical-coordinate representation of color #703181: hue angle of 287.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #703181 is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 49 129 -
CMYK 0.13 0.62 0 0.49
HSL 287.25º 0.45% 0.35% -
HSV(B) 287.25º 0.62% 0.51% -
XYZ 11.74 7.23 21.54 -
YUV 76.96 157.37 153 -
System Red Green Blue C M Y K H S L
Decimal 112 49 129 0.13 0.62 0 0.49 287.25 0.45 0.35
Hex 70 31 81 D 3E 0 31 11F 2D 23
Octal 160 61 201 15 76 0 61 437 55 43
Binary 1110000 110001 10000001 1101 111110 0 110001 100011111 101101 100011

Color Harmonies of #703181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703181

Black with #703181

Text Example


Text Example

White with #703181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703181; }

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

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

background-color css

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

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

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

border-color css

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

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

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