Shades of Han Purple #5102DB
Tints of Han Purple #5102DB
RGB
CMYK
RGB Variations
Color information
#5102DB (or 0x5102DB) is known color: Han Purple. HEX triplet: 51, 02 and DB. RGB value is (81,2,219). Sum of RGB (Red+Green+Blue) = 81+2+219=302 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.82% from 302); Green value is 2 (1.17% from 255 or 0.66% from 302); Blue value is 219 (85.94% from 255 or 72.52% from 302); Max value from RGB is 219 - color contains mainly: blue. Hex color #5102DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5102DB is #AEFD24. Grayscale: #313131. Windows color (decimal): -11468069 or 14352977. OLE color: 14352977.
HSL color Cylindrical-coordinate representation of color #5102DB: hue angle of 261.84º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5102DB is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 2 | 219 | - |
| CMYK | 0.63 | 0.99 | 0 | 0.14 |
| HSL | 261.84º | 0.98% | 0.43% | - |
| HSV(B) | 261.84º | 0.99% | 0.86% | - |
| XYZ | 16.2 | 6.91 | 67.5 | - |
| YUV | 50.36 | 223.17 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 2 | 219 | 0.63 | 0.99 | 0 | 0.14 | 261.84 | 0.98 | 0.43 |
| Hex | 51 | 2 | DB | 3F | 63 | 0 | E | 106 | 62 | 2B |
| Octal | 121 | 2 | 333 | 77 | 143 | 0 | 16 | 406 | 142 | 53 |
| Binary | 1010001 | 10 | 11011011 | 111111 | 1100011 | 0 | 1110 | 100000110 | 1100010 | 101011 |
Color Harmonies of #5102DB
Complementary color
Monochromatic Colors of #5102DB
Black with #5102DB
Text Example
Text Example
White with #5102DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5102DB; }
p { color: rgb(81,2,219); }
H1.HeaderClassName
{
color: #5102DB;
}
.AnyTagClassName
{
color: #5102DB;
}
</style>
background-color css
<style>
a { background-color: #5102DB; }
a { background-color: rgb(81,2,219); }
div.DivClassName
{
background-color: #5102DB;
}
.BgClassName
{
background-color: #5102DB;
}
</style>
border-color css
<style>
span { border-color: #5102DB; }
span { border-color: rgb(81,2,219); }
td.TdClassName
{
border-color: #5102DB;
}
.TagClassName
{
border-color: #5102DB;
}
</style>