#81256F

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

Shades of Dark Purple #81256F

Tints of Dark Purple #81256F

Color information

#81256F (or 0x81256F) is unknown color: approx Dark Purple. HEX triplet: 81, 25 and 6F. RGB value is (129,37,111). Sum of RGB (Red+Green+Blue) = 129+37+111=277 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.57% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 111 (43.75% from 255 or 40.07% from 277); Max value from RGB is 129 - color contains mainly: red. Hex color #81256F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81256F is #7EDA90. Grayscale: #484848. Windows color (decimal): -8313489 or 7284097. OLE color: 7284097.

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

Color convert

RGB12937111-
CMYK00.710.140.49
HSL311.74º55.42%32.55%-
HSV(B)311.74º71.32%50.59%-
XYZ12.587.1415.75-
YUV72.94149.48167.98-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.57%
GREEN value IS 37 (14.84% from 255) = 13.36%
BLUE value IS 111 (43.75% from 255) = 40.07%
R=46.57%
G=13.36%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1293711100.710.140.49311.7455.4232.55
Hex81256F047E311383721
Octal20145157010716614706741
Binary100000011001011101111010001111110110001100111000110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81256F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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