#81306C

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

Shades of Dark Purple #81306C

Tints of Dark Purple #81306C

Color information

#81306C (or 0x81306C) is unknown color: approx Dark Purple. HEX triplet: 81, 30 and 6C. RGB value is (129,48,108). Sum of RGB (Red+Green+Blue) = 129+48+108=285 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.26% from 285); Green value is 48 (19.14% from 255 or 16.84% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 129 - color contains mainly: red. Hex color #81306C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81306C is #7ECF93. Grayscale: #4E4E4E. Windows color (decimal): -8310676 or 7090305. OLE color: 7090305.

HSL color Cylindrical-coordinate representation of color #81306C: hue angle of 315.56º 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 #81306C is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB12948108-
CMYK00.630.160.49
HSL315.56º45.76%34.71%-
HSV(B)315.56º62.79%50.59%-
XYZ12.827.8615.03-
YUV79.06144.34163.62-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.26%
GREEN value IS 48 (19.14% from 255) = 16.84%
BLUE value IS 108 (42.58% from 255) = 37.89%
R=45.26%
G=16.84%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1294810800.630.160.49315.5645.7634.71
Hex81306C03F103113c2e23
Octal2016015407720614745643
Binary100000011100001101100011111110000110001100111100101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81306C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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