Shades of Dark Purple #81306B
Tints of Dark Purple #81306B
RGB
CMYK
RGB Variations
Color information
#81306B (or 0x81306B) is known color: 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
| RGB | 129 | 48 | 107 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.49 |
| HSL | 316.3º | 0.46% | 0.35% | - |
| HSV(B) | 316.3º | 0.63% | 0.51% | - |
| XYZ | 12.76 | 7.84 | 14.75 | - |
| YUV | 78.95 | 143.84 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 48 | 107 | 0 | 0.63 | 0.17 | 0.49 | 316.3 | 0.46 | 0.35 |
| Hex | 81 | 30 | 6B | 0 | 3F | 11 | 31 | 13C | 2E | 23 |
| Octal | 201 | 60 | 153 | 0 | 77 | 21 | 61 | 474 | 56 | 43 |
| Binary | 10000001 | 110000 | 1101011 | 0 | 111111 | 10001 | 110001 | 100111100 | 101110 | 100011 |
Color Harmonies of #81306B
Complementary color
Monochromatic Colors of #81306B
Black with #81306B
Text Example
Text Example
White with #81306B
Text Example
Text Example
HTML Codes & Css Web 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>