Shades of Han Purple #5619FD
Tints of Han Purple #5619FD
RGB
CMYK
RGB Variations
Color information
#5619FD (or 0x5619FD) is known color: Han Purple. HEX triplet: 56, 19 and FD. RGB value is (86,25,253). Sum of RGB (Red+Green+Blue) = 86+25+253=364 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.63% from 364); Green value is 25 (10.16% from 255 or 6.87% from 364); Blue value is 253 (99.22% from 255 or 69.51% from 364); Max value from RGB is 253 - color contains mainly: blue. Hex color #5619FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5619FD is #A9E602. Grayscale: #444444. Windows color (decimal): -11134467 or 16587094. OLE color: 16587094.
HSL color Cylindrical-coordinate representation of color #5619FD: hue angle of 256.05º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5619FD is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 25 | 253 | - |
| CMYK | 0.66 | 0.90 | 0 | 0.01 |
| HSL | 256.05º | 0.98% | 0.55% | - |
| HSV(B) | 256.05º | 0.9% | 0.99% | - |
| XYZ | 21.92 | 9.77 | 93.66 | - |
| YUV | 69.23 | 231.71 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 25 | 253 | 0.66 | 0.90 | 0 | 0.01 | 256.05 | 0.98 | 0.55 |
| Hex | 56 | 19 | FD | 42 | 5A | 0 | 1 | 100 | 62 | 37 |
| Octal | 126 | 31 | 375 | 102 | 132 | 0 | 1 | 400 | 142 | 67 |
| Binary | 1010110 | 11001 | 11111101 | 1000010 | 1011010 | 0 | 1 | 100000000 | 1100010 | 110111 |
Color Harmonies of #5619FD
Complementary color
Monochromatic Colors of #5619FD
Black with #5619FD
Text Example
Text Example
White with #5619FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5619FD; }
p { color: rgb(86,25,253); }
H1.HeaderClassName
{
color: #5619FD;
}
.AnyTagClassName
{
color: #5619FD;
}
</style>
background-color css
<style>
a { background-color: #5619FD; }
a { background-color: rgb(86,25,253); }
div.DivClassName
{
background-color: #5619FD;
}
.BgClassName
{
background-color: #5619FD;
}
</style>
border-color css
<style>
span { border-color: #5619FD; }
span { border-color: rgb(86,25,253); }
td.TdClassName
{
border-color: #5619FD;
}
.TagClassName
{
border-color: #5619FD;
}
</style>