Shades of Han Purple #5102DC
Tints of Han Purple #5102DC
RGB
CMYK
RGB Variations
Color information
#5102DC (or 0x5102DC) is known color: Han Purple. HEX triplet: 51, 02 and DC. RGB value is (81,2,220). Sum of RGB (Red+Green+Blue) = 81+2+220=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 220 (86.33% from 255 or 72.61% from 303); Max value from RGB is 220 - color contains mainly: blue. Hex color #5102DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5102DC is #AEFD23. Grayscale: #313131. Windows color (decimal): -11468068 or 14418513. OLE color: 14418513.
HSL color Cylindrical-coordinate representation of color #5102DC: hue angle of 261.74º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5102DC is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 2 | 220 | - |
| CMYK | 0.63 | 0.99 | 0 | 0.14 |
| HSL | 261.74º | 0.98% | 0.44% | - |
| HSV(B) | 261.74º | 0.99% | 0.86% | - |
| XYZ | 16.33 | 6.96 | 68.19 | - |
| YUV | 50.47 | 223.67 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 2 | 220 | 0.63 | 0.99 | 0 | 0.14 | 261.74 | 0.98 | 0.44 |
| Hex | 51 | 2 | DC | 3F | 63 | 0 | E | 106 | 62 | 2C |
| Octal | 121 | 2 | 334 | 77 | 143 | 0 | 16 | 406 | 142 | 54 |
| Binary | 1010001 | 10 | 11011100 | 111111 | 1100011 | 0 | 1110 | 100000110 | 1100010 | 101100 |
Color Harmonies of #5102DC
Complementary color
Monochromatic Colors of #5102DC
Black with #5102DC
Text Example
Text Example
White with #5102DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5102DC; }
p { color: rgb(81,2,220); }
H1.HeaderClassName
{
color: #5102DC;
}
.AnyTagClassName
{
color: #5102DC;
}
</style>
background-color css
<style>
a { background-color: #5102DC; }
a { background-color: rgb(81,2,220); }
div.DivClassName
{
background-color: #5102DC;
}
.BgClassName
{
background-color: #5102DC;
}
</style>
border-color css
<style>
span { border-color: #5102DC; }
span { border-color: rgb(81,2,220); }
td.TdClassName
{
border-color: #5102DC;
}
.TagClassName
{
border-color: #5102DC;
}
</style>