#81337C

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

Shades of Dark Purple #81337C

Tints of Dark Purple #81337C

Color information

#81337C (or 0x81337C) is unknown color: approx Dark Purple. HEX triplet: 81, 33 and 7C. RGB value is (129,51,124). Sum of RGB (Red+Green+Blue) = 129+51+124=304 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.43% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 124 (48.83% from 255 or 40.79% from 304); Max value from RGB is 129 - color contains mainly: red. Hex color #81337C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81337C is #7ECC83. Grayscale: #525252. Windows color (decimal): -8309892 or 8139649. OLE color: 8139649.

HSL color Cylindrical-coordinate representation of color #81337C: hue angle of 303.85º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #81337C is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB12951124-
CMYK00.600.040.49
HSL303.85º43.33%35.29%-
HSV(B)303.85º60.47%50.59%-
XYZ13.888.4919.98-
YUV82.64151.34161.06-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.43%
GREEN value IS 51 (20.31% from 255) = 16.78%
BLUE value IS 124 (48.83% from 255) = 40.79%
R=42.43%
G=16.78%
B=40.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1295112400.600.040.49303.8543.3335.29
Hex81337C03C4311302b23
Octal201631740744614605343
Binary1000000111001111111000111100100110001100110000101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81337C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81337C; }

 p { color: rgb(129,51,124); }

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

<style>
 a { background-color: #81337C; }

 a { background-color: rgb(129,51,124); }

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

<style>
 span { border-color: #81337C; }

 span { border-color: rgb(129,51,124); }

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