#81216F

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

Shades of Dark Purple #81216F

Tints of Dark Purple #81216F

Color information

#81216F (or 0x81216F) is unknown color: approx Dark Purple. HEX triplet: 81, 21 and 6F. RGB value is (129,33,111). Sum of RGB (Red+Green+Blue) = 129+33+111=273 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.25% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 111 (43.75% from 255 or 40.66% from 273); Max value from RGB is 129 - color contains mainly: red. Hex color #81216F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81216F is #7EDE90. Grayscale: #464646. Windows color (decimal): -8314513 or 7283073. OLE color: 7283073.

HSL color Cylindrical-coordinate representation of color #81216F: hue angle of 311.25º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #81216F is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB12933111-
CMYK00.740.140.49
HSL311.25º59.26%31.76%-
HSV(B)311.25º74.42%50.59%-
XYZ12.476.915.71-
YUV70.6150.8169.66-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.25%
GREEN value IS 33 (13.28% from 255) = 12.09%
BLUE value IS 111 (43.75% from 255) = 40.66%
R=47.25%
G=12.09%
B=40.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1293311100.740.140.49311.2559.2631.76
Hex81216F04AE311373b20
Octal20141157011216614677340
Binary100000011000011101111010010101110110001100110111111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81216F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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