#81257F

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

Shades of Dark Purple #81257F

Tints of Dark Purple #81257F

Color information

#81257F (or 0x81257F) is unknown color: approx Dark Purple. HEX triplet: 81, 25 and 7F. RGB value is (129,37,127). Sum of RGB (Red+Green+Blue) = 129+37+127=293 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.03% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 129 - color contains mainly: red. Hex color #81257F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81257F is #7EDA80. Grayscale: #4A4A4A. Windows color (decimal): -8313473 or 8332673. OLE color: 8332673.

HSL color Cylindrical-coordinate representation of color #81257F: hue angle of 301.3º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #81257F is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB12937127-
CMYK00.710.020.49
HSL301.3º55.42%32.55%-
HSV(B)301.3º71.32%50.59%-
XYZ13.557.5220.82-
YUV74.77157.48166.68-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.03%
GREEN value IS 37 (14.84% from 255) = 12.63%
BLUE value IS 127 (50% from 255) = 43.34%
R=44.03%
G=12.63%
B=43.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1293712700.710.020.49301.355.4232.55
Hex81257F04723112d3721
Octal2014517701072614556741
Binary1000000110010111111110100011110110001100101101110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81257F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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