#81347D

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

Shades of Dark Purple #81347D

Tints of Dark Purple #81347D

Color information

#81347D (or 0x81347D) is unknown color: approx Dark Purple. HEX triplet: 81, 34 and 7D. RGB value is (129,52,125). Sum of RGB (Red+Green+Blue) = 129+52+125=306 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.16% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 125 (49.22% from 255 or 40.85% from 306); Max value from RGB is 129 - color contains mainly: red. Hex color #81347D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81347D is #7ECB82. Grayscale: #535353. Windows color (decimal): -8309635 or 8205441. OLE color: 8205441.

HSL color Cylindrical-coordinate representation of color #81347D: hue angle of 303.12º 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 #81347D is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB12952125-
CMYK00.600.030.49
HSL303.12º42.54%35.49%-
HSV(B)303.12º59.69%50.59%-
XYZ13.988.620.33-
YUV83.34151.51160.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.16%
GREEN value IS 52 (20.70% from 255) = 16.99%
BLUE value IS 125 (49.22% from 255) = 40.85%
R=42.16%
G=16.99%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1295212500.600.030.49303.1242.5435.49
Hex81347D03C33112f2b23
Octal201641750743614575343
Binary100000011101001111101011110011110001100101111101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81347D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81347D; }

 p { color: rgb(129,52,125); }

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

<style>
 a { background-color: #81347D; }

 a { background-color: rgb(129,52,125); }

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

<style>
 span { border-color: #81347D; }

 span { border-color: rgb(129,52,125); }

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