Shades of Dark Purple #81306C
Tints of Dark Purple #81306C
RGB
CMYK
RGB Variations
Color information
#81306C (or 0x81306C) is known color: 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
| RGB | 129 | 48 | 108 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.49 |
| HSL | 315.56º | 0.46% | 0.35% | - |
| HSV(B) | 315.56º | 0.63% | 0.51% | - |
| XYZ | 12.82 | 7.86 | 15.03 | - |
| YUV | 79.06 | 144.34 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 48 | 108 | 0 | 0.63 | 0.16 | 0.49 | 315.56 | 0.46 | 0.35 |
| Hex | 81 | 30 | 6C | 0 | 3F | 10 | 31 | 13C | 2E | 23 |
| Octal | 201 | 60 | 154 | 0 | 77 | 20 | 61 | 474 | 56 | 43 |
| Binary | 10000001 | 110000 | 1101100 | 0 | 111111 | 10000 | 110001 | 100111100 | 101110 | 100011 |
Color Harmonies of #81306C
Complementary color
Monochromatic Colors of #81306C
Black with #81306C
Text Example
Text Example
White with #81306C
Text Example
Text Example
HTML Codes & Css Web 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>