#81306B

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

Shades of Dark Purple #81306B

Tints of Dark Purple #81306B

Color information

#81306B (or 0x81306B) is unknown color: approx Dark Purple. HEX triplet: 81, 30 and 6B. RGB value is (129,48,107). Sum of RGB (Red+Green+Blue) = 129+48+107=284 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.42% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 107 (42.19% from 255 or 37.68% from 284); Max value from RGB is 129 - color contains mainly: red. Hex color #81306B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81306B is #7ECF94. Grayscale: #4E4E4E. Windows color (decimal): -8310677 or 7024769. OLE color: 7024769.

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

Color convert

RGB12948107-
CMYK00.630.170.49
HSL316.3º45.76%34.71%-
HSV(B)316.3º62.79%50.59%-
XYZ12.767.8414.75-
YUV78.94143.84163.7-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.42%
GREEN value IS 48 (19.14% from 255) = 16.90%
BLUE value IS 107 (42.19% from 255) = 37.68%
R=45.42%
G=16.90%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1294810700.630.170.49316.345.7634.71
Hex81306B03F113113c2e23
Octal2016015307721614745643
Binary100000011100001101011011111110001110001100111100101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81306B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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