Shades of Han Purple #5219FD
Tints of Han Purple #5219FD
RGB
CMYK
RGB Variations
Color information
#5219FD (or 0x5219FD) is known color: Han Purple. HEX triplet: 52, 19 and FD. RGB value is (82,25,253). Sum of RGB (Red+Green+Blue) = 82+25+253=360 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.78% from 360); Green value is 25 (10.16% from 255 or 6.94% from 360); Blue value is 253 (99.22% from 255 or 70.28% from 360); Max value from RGB is 253 - color contains mainly: blue. Hex color #5219FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5219FD is #ADE602. Grayscale: #434343. Windows color (decimal): -11396611 or 16587090. OLE color: 16587090.
HSL color Cylindrical-coordinate representation of color #5219FD: hue angle of 255º 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 #5219FD is Cyan = 0.68, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 25 | 253 | - |
| CMYK | 0.68 | 0.90 | 0 | 0.01 |
| HSL | 255º | 0.98% | 0.55% | - |
| HSV(B) | 255º | 0.9% | 0.99% | - |
| XYZ | 21.56 | 9.58 | 93.64 | - |
| YUV | 68.04 | 232.38 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 25 | 253 | 0.68 | 0.90 | 0 | 0.01 | 255 | 0.98 | 0.55 |
| Hex | 52 | 19 | FD | 44 | 5A | 0 | 1 | FF | 62 | 37 |
| Octal | 122 | 31 | 375 | 104 | 132 | 0 | 1 | 377 | 142 | 67 |
| Binary | 1010010 | 11001 | 11111101 | 1000100 | 1011010 | 0 | 1 | 11111111 | 1100010 | 110111 |
Color Harmonies of #5219FD
Complementary color
Monochromatic Colors of #5219FD
Black with #5219FD
Text Example
Text Example
White with #5219FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5219FD; }
p { color: rgb(82,25,253); }
H1.HeaderClassName
{
color: #5219FD;
}
.AnyTagClassName
{
color: #5219FD;
}
</style>
background-color css
<style>
a { background-color: #5219FD; }
a { background-color: rgb(82,25,253); }
div.DivClassName
{
background-color: #5219FD;
}
.BgClassName
{
background-color: #5219FD;
}
</style>
border-color css
<style>
span { border-color: #5219FD; }
span { border-color: rgb(82,25,253); }
td.TdClassName
{
border-color: #5219FD;
}
.TagClassName
{
border-color: #5219FD;
}
</style>