#81407F

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

Shades of Eminence #81407F

Tints of Eminence #81407F

Color information

#81407F (or 0x81407F) is unknown color: approx Eminence. HEX triplet: 81, 40 and 7F. RGB value is (129,64,127). Sum of RGB (Red+Green+Blue) = 129+64+127=320 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.31% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 129 - color contains mainly: red. Hex color #81407F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81407F is #7EBF80. Grayscale: #5A5A5A. Windows color (decimal): -8306561 or 8339585. OLE color: 8339585.

HSL color Cylindrical-coordinate representation of color #81407F: hue angle of 301.85º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #81407F is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB12964127-
CMYK00.500.020.49
HSL301.85º33.68%37.84%-
HSV(B)301.85º50.39%50.59%-
XYZ14.729.8721.21-
YUV90.62148.53155.38-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.31%
GREEN value IS 64 (25.39% from 255) = 20%
BLUE value IS 127 (50% from 255) = 39.69%
R=40.31%
G=20%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1296412700.500.020.49301.8533.6837.84
Hex81407F03223112e2226
Octal2011001770622614564246
Binary1000000110000001111111011001010110001100101110100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81407F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81407F; }

 p { color: rgb(129,64,127); }

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

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

 a { background-color: rgb(129,64,127); }

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

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

 span { border-color: rgb(129,64,127); }

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