#702481

Color #702481 Eminence (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eminence #702481

Tints of Eminence #702481

Color information

#702481 (or 0x702481) is unknown color: approx Eminence. HEX triplet: 70, 24 and 81. RGB value is (112,36,129). Sum of RGB (Red+Green+Blue) = 112+36+129=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 36 (14.45% from 255 or 13.00% from 277); Blue value is 129 (50.78% from 255 or 46.57% from 277); Max value from RGB is 129 - color contains mainly: blue. Hex color #702481 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702481 is #8FDB7E. Grayscale: #454545. Windows color (decimal): -9427839 or 8463472. OLE color: 8463472.

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

Color convert

RGB11236129-
CMYK0.130.7200.49
HSL289.03º56.36%32.35%-
HSV(B)289.03º72.09%50.59%-
XYZ11.286.2921.39-
YUV69.33161.68158.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.43%
GREEN value IS 36 (14.45% from 255) = 13.00%
BLUE value IS 129 (50.78% from 255) = 46.57%
R=40.43%
G=13.00%
B=46.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal112361290.130.7200.49289.0356.3632.35
Hex702481D480311213820
Octal16044201151100614417040
Binary111000010010010000001110110010000110001100100001111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702481; }

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

 H1.HeaderClassName
 {
   color: #702481;
 }
 .AnyTagClassName
 {
   color: #702481;
 }
</style>
background-color css

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

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

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

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

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

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