#81307A

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

Shades of Dark Purple #81307A

Tints of Dark Purple #81307A

Color information

#81307A (or 0x81307A) is unknown color: approx Dark Purple. HEX triplet: 81, 30 and 7A. RGB value is (129,48,122). Sum of RGB (Red+Green+Blue) = 129+48+122=299 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.14% from 299); Green value is 48 (19.14% from 255 or 16.05% from 299); Blue value is 122 (48.05% from 255 or 40.80% from 299); Max value from RGB is 129 - color contains mainly: red. Hex color #81307A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81307A is #7ECF85. Grayscale: #505050. Windows color (decimal): -8310662 or 8007809. OLE color: 8007809.

HSL color Cylindrical-coordinate representation of color #81307A: hue angle of 305.19º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #81307A is Cyan = 0, Magento = 0.63, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB12948122-
CMYK00.630.050.49
HSL305.19º45.76%34.71%-
HSV(B)305.19º62.79%50.59%-
XYZ13.628.1919.27-
YUV80.66151.34162.48-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.14%
GREEN value IS 48 (19.14% from 255) = 16.05%
BLUE value IS 122 (48.05% from 255) = 40.80%
R=43.14%
G=16.05%
B=40.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1294812200.630.050.49305.1945.7634.71
Hex81307A03F5311312e23
Octal201601720775614615643
Binary1000000111000011110100111111101110001100110001101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81307A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81307A; }

 p { color: rgb(129,48,122); }

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

<style>
 a { background-color: #81307A; }

 a { background-color: rgb(129,48,122); }

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

<style>
 span { border-color: #81307A; }

 span { border-color: rgb(129,48,122); }

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