#81256B

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

Shades of Dark Purple #81256B

Tints of Dark Purple #81256B

Color information

#81256B (or 0x81256B) is unknown color: approx Dark Purple. HEX triplet: 81, 25 and 6B. RGB value is (129,37,107). Sum of RGB (Red+Green+Blue) = 129+37+107=273 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.25% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 129 - color contains mainly: red. Hex color #81256B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81256B is #7EDA94. Grayscale: #484848. Windows color (decimal): -8313493 or 7021953. OLE color: 7021953.

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

Color convert

RGB12937107-
CMYK00.710.170.49
HSL314.35º55.42%32.55%-
HSV(B)314.35º71.32%50.59%-
XYZ12.377.0514.62-
YUV72.49147.48168.31-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.25%
GREEN value IS 37 (14.84% from 255) = 13.55%
BLUE value IS 107 (42.19% from 255) = 39.19%
R=47.25%
G=13.55%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1293710700.710.170.49314.3555.4232.55
Hex81256B047113113a3721
Octal20145153010721614726741
Binary1000000110010111010110100011110001110001100111010110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81256B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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