Html Css Color HEX #702881 Eminence

📋 copy color: '#702881'

red 112 ◦ green 40 ◦ blue 129

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

Shades of Eminence #702881

Tints of Eminence #702881

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.23%

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

R = 39.86%
G = 14.23%
B = 45.91%

CMYK

 C value IS 0.13

 M value IS 0.69

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#702881 (or 0x702881) is known color: Eminence. HEX triplet: 70, 28 and 81. RGB value is (112,40,129). Sum of RGB (Red+Green+Blue) = 112+40+129=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 129 (50.78% from 255 or 45.91% from 281); Max value from RGB is 129 - color contains mainly: blue. Hex color #702881 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702881 is #8FD77E. Grayscale: #474747. Windows color (decimal): -9426815 or 8464496. OLE color: 8464496.

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

Color convert

RGB 112 40 129 -
CMYK 0.13 0.69 0 0.49
HSL 288.54º 0.53% 0.33% -
HSV(B) 288.54º 0.69% 0.51% -
XYZ 11.4 6.55 21.43 -
YUV 71.67 160.35 156.76 -
System Red Green Blue C M Y K H S L
Decimal 112 40 129 0.13 0.69 0 0.49 288.54 0.53 0.33
Hex 70 28 81 D 45 0 31 121 35 21
Octal 160 50 201 15 105 0 61 441 65 41
Binary 1110000 101000 10000001 1101 1000101 0 110001 100100001 110101 100001

Color Harmonies of #702881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702881

Black with #702881

Text Example


Text Example

White with #702881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702881; }

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

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

background-color css

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

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

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

border-color css

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

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

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