#81317D

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

Shades of Dark Purple #81317D

Tints of Dark Purple #81317D

Color information

#81317D (or 0x81317D) is unknown color: approx Dark Purple. HEX triplet: 81, 31 and 7D. RGB value is (129,49,125). Sum of RGB (Red+Green+Blue) = 129+49+125=303 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.57% from 303); Green value is 49 (19.53% from 255 or 16.17% from 303); Blue value is 125 (49.22% from 255 or 41.25% from 303); Max value from RGB is 129 - color contains mainly: red. Hex color #81317D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81317D is #7ECE82. Grayscale: #515151. Windows color (decimal): -8310403 or 8204673. OLE color: 8204673.

HSL color Cylindrical-coordinate representation of color #81317D: hue angle of 303º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #81317D is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB12949125-
CMYK00.620.030.49
HSL303º44.94%34.9%-
HSV(B)303º62.02%50.59%-
XYZ13.858.3420.28-
YUV81.58152.5161.82-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.57%
GREEN value IS 49 (19.53% from 255) = 16.17%
BLUE value IS 125 (49.22% from 255) = 41.25%
R=42.57%
G=16.17%
B=41.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1294912500.620.030.4930344.9434.9
Hex81317D03E33112f2d23
Octal201611750763614575543
Binary100000011100011111101011111011110001100101111101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81317D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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