Shades of Han Purple #5105DA
Tints of Han Purple #5105DA
RGB
CMYK
RGB Variations
Color information
#5105DA (or 0x5105DA) is known color: Han Purple. HEX triplet: 51, 05 and DA. RGB value is (81,5,218). Sum of RGB (Red+Green+Blue) = 81+5+218=304 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.64% from 304); Green value is 5 (2.34% from 255 or 1.64% from 304); Blue value is 218 (85.55% from 255 or 71.71% from 304); Max value from RGB is 218 - color contains mainly: blue. Hex color #5105DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5105DA is #AEFA25. Grayscale: #333333. Windows color (decimal): -11467302 or 14288209. OLE color: 14288209.
HSL color Cylindrical-coordinate representation of color #5105DA: hue angle of 261.41º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5105DA is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 5 | 218 | - |
| CMYK | 0.63 | 0.98 | 0 | 0.15 |
| HSL | 261.41º | 0.96% | 0.44% | - |
| HSV(B) | 261.41º | 0.98% | 0.85% | - |
| XYZ | 16.1 | 6.92 | 66.82 | - |
| YUV | 52.01 | 221.68 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 5 | 218 | 0.63 | 0.98 | 0 | 0.15 | 261.41 | 0.96 | 0.44 |
| Hex | 51 | 5 | DA | 3F | 62 | 0 | F | 105 | 60 | 2C |
| Octal | 121 | 5 | 332 | 77 | 142 | 0 | 17 | 405 | 140 | 54 |
| Binary | 1010001 | 101 | 11011010 | 111111 | 1100010 | 0 | 1111 | 100000101 | 1100000 | 101100 |
Color Harmonies of #5105DA
Complementary color
Monochromatic Colors of #5105DA
Black with #5105DA
Text Example
Text Example
White with #5105DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5105DA; }
p { color: rgb(81,5,218); }
H1.HeaderClassName
{
color: #5105DA;
}
.AnyTagClassName
{
color: #5105DA;
}
</style>
background-color css
<style>
a { background-color: #5105DA; }
a { background-color: rgb(81,5,218); }
div.DivClassName
{
background-color: #5105DA;
}
.BgClassName
{
background-color: #5105DA;
}
</style>
border-color css
<style>
span { border-color: #5105DA; }
span { border-color: rgb(81,5,218); }
td.TdClassName
{
border-color: #5105DA;
}
.TagClassName
{
border-color: #5105DA;
}
</style>