Html Css Color HEX #703881 Eminence

📋 copy color: '#703881'

red 112 ◦ green 56 ◦ blue 129

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

Shades of Eminence #703881

Tints of Eminence #703881

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.86%

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

R = 37.71%
G = 18.86%
B = 43.43%

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

#703881 (or 0x703881) is known color: Eminence. HEX triplet: 70, 38 and 81. RGB value is (112,56,129). Sum of RGB (Red+Green+Blue) = 112+56+129=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 56 (22.27% from 255 or 18.86% from 297); Blue value is 129 (50.78% from 255 or 43.43% from 297); Max value from RGB is 129 - color contains mainly: blue. Hex color #703881 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703881 is #8FC77E. Grayscale: #505050. Windows color (decimal): -9422719 or 8468592. OLE color: 8468592.

HSL color Cylindrical-coordinate representation of color #703881: hue angle of 286.03º degrees, saturation: 0.39, 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 #703881 is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 56 129 -
CMYK 0.13 0.57 0 0.49
HSL 286.03º 0.39% 0.36% -
HSV(B) 286.03º 0.57% 0.51% -
XYZ 12.06 7.86 21.65 -
YUV 81.07 155.05 150.06 -
System Red Green Blue C M Y K H S L
Decimal 112 56 129 0.13 0.57 0 0.49 286.03 0.39 0.36
Hex 70 38 81 D 39 0 31 11E 27 24
Octal 160 70 201 15 71 0 61 436 47 44
Binary 1110000 111000 10000001 1101 111001 0 110001 100011110 100111 100100

Color Harmonies of #703881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703881

Black with #703881

Text Example


Text Example

White with #703881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703881; }

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

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

background-color css

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

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

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

border-color css

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

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

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