Html Css Color HEX #703781 Eminence

📋 copy color: '#703781'

red 112 ◦ green 55 ◦ blue 129

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

Shades of Eminence #703781

Tints of Eminence #703781

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.58%

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

R = 37.84%
G = 18.58%
B = 43.58%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#703781 (or 0x703781) is known color: Eminence. HEX triplet: 70, 37 and 81. RGB value is (112,55,129). Sum of RGB (Red+Green+Blue) = 112+55+129=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 55 (21.88% from 255 or 18.58% from 296); Blue value is 129 (50.78% from 255 or 43.58% from 296); Max value from RGB is 129 - color contains mainly: blue. Hex color #703781 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703781 is #8FC87E. Grayscale: #505050. Windows color (decimal): -9422975 or 8468336. OLE color: 8468336.

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

Color convert

RGB 112 55 129 -
CMYK 0.13 0.57 0 0.49
HSL 286.22º 0.4% 0.36% -
HSV(B) 286.22º 0.57% 0.51% -
XYZ 12.01 7.76 21.63 -
YUV 80.48 155.38 150.48 -
System Red Green Blue C M Y K H S L
Decimal 112 55 129 0.13 0.57 0 0.49 286.22 0.4 0.36
Hex 70 37 81 D 39 0 31 11E 28 24
Octal 160 67 201 15 71 0 61 436 50 44
Binary 1110000 110111 10000001 1101 111001 0 110001 100011110 101000 100100

Color Harmonies of #703781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703781

Black with #703781

Text Example


Text Example

White with #703781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703781; }

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

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

background-color css

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

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

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

border-color css

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

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

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