#81336F

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

Shades of Dark Purple #81336F

Tints of Dark Purple #81336F

Color information

#81336F (or 0x81336F) is unknown color: approx Dark Purple. HEX triplet: 81, 33 and 6F. RGB value is (129,51,111). Sum of RGB (Red+Green+Blue) = 129+51+111=291 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.33% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 129 - color contains mainly: red. Hex color #81336F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81336F is #7ECC90. Grayscale: #515151. Windows color (decimal): -8309905 or 7287681. OLE color: 7287681.

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

Color convert

RGB12951111-
CMYK00.600.140.49
HSL313.85º43.33%35.29%-
HSV(B)313.85º60.47%50.59%-
XYZ13.118.1815.93-
YUV81.16144.84162.12-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.33%
GREEN value IS 51 (20.31% from 255) = 17.53%
BLUE value IS 111 (43.75% from 255) = 38.14%
R=44.33%
G=17.53%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1295111100.600.140.49313.8543.3335.29
Hex81336F03CE3113a2b23
Octal2016315707416614725343
Binary10000001110011110111101111001110110001100111010101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81336F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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