#81257B

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

Shades of Dark Purple #81257B

Tints of Dark Purple #81257B

Color information

#81257B (or 0x81257B) is unknown color: approx Dark Purple. HEX triplet: 81, 25 and 7B. RGB value is (129,37,123). Sum of RGB (Red+Green+Blue) = 129+37+123=289 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.64% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 123 (48.44% from 255 or 42.56% from 289); Max value from RGB is 129 - color contains mainly: red. Hex color #81257B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81257B is #7EDA84. Grayscale: #4A4A4A. Windows color (decimal): -8313477 or 8070529. OLE color: 8070529.

HSL color Cylindrical-coordinate representation of color #81257B: hue angle of 303.91º 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 #81257B is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB12937123-
CMYK00.710.050.49
HSL303.91º55.42%32.55%-
HSV(B)303.91º71.32%50.59%-
XYZ13.297.4219.47-
YUV74.31155.48167.01-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.64%
GREEN value IS 37 (14.84% from 255) = 12.80%
BLUE value IS 123 (48.44% from 255) = 42.56%
R=44.64%
G=12.80%
B=42.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1293712300.710.050.49303.9155.4232.55
Hex81257B0475311303721
Octal2014517301075614606741
Binary10000001100101111101101000111101110001100110000110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81257B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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