#81256A

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

Shades of Dark Purple #81256A

Tints of Dark Purple #81256A

Color information

#81256A (or 0x81256A) is unknown color: approx Dark Purple. HEX triplet: 81, 25 and 6A. RGB value is (129,37,106). Sum of RGB (Red+Green+Blue) = 129+37+106=272 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.43% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 106 (41.80% from 255 or 38.97% from 272); Max value from RGB is 129 - color contains mainly: red. Hex color #81256A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81256A is #7EDA95. Grayscale: #484848. Windows color (decimal): -8313494 or 6956417. OLE color: 6956417.

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

Color convert

RGB12937106-
CMYK00.710.180.49
HSL315º55.42%32.55%-
HSV(B)315º71.32%50.59%-
XYZ12.327.0314.34-
YUV72.37146.98168.39-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.43%
GREEN value IS 37 (14.84% from 255) = 13.60%
BLUE value IS 106 (41.80% from 255) = 38.97%
R=47.43%
G=13.60%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1293710600.710.180.4931555.4232.55
Hex81256A047123113b3721
Octal20145152010722614736741
Binary1000000110010111010100100011110010110001100111011110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81256A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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