Shades of Han Purple #5219FF
Tints of Han Purple #5219FF
RGB
CMYK
RGB Variations
Color information
#5219FF (or 0x5219FF) is known color: Han Purple. HEX triplet: 52, 19 and FF. RGB value is (82,25,255). Sum of RGB (Red+Green+Blue) = 82+25+255=362 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.65% from 362); Green value is 25 (10.16% from 255 or 6.91% from 362); Blue value is 255 (100% from 255 or 70.44% from 362); Max value from RGB is 255 - color contains mainly: blue. Hex color #5219FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5219FF is #ADE600. Grayscale: #434343. Windows color (decimal): -11396609 or 16718162. OLE color: 16718162.
HSL color Cylindrical-coordinate representation of color #5219FF: hue angle of 254.87º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5219FF is Cyan = 0.68, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 25 | 255 | - |
| CMYK | 0.68 | 0.90 | 0 | 0 |
| HSL | 254.87º | 1% | 0.55% | - |
| HSV(B) | 254.87º | 0.9% | 1% | - |
| XYZ | 21.88 | 9.71 | 95.33 | - |
| YUV | 68.26 | 233.38 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 25 | 255 | 0.68 | 0.90 | 0 | 0 | 254.87 | 1 | 0.55 |
| Hex | 52 | 19 | FF | 44 | 5A | 0 | 0 | FF | 64 | 37 |
| Octal | 122 | 31 | 377 | 104 | 132 | 0 | 0 | 377 | 144 | 67 |
| Binary | 1010010 | 11001 | 11111111 | 1000100 | 1011010 | 0 | 0 | 11111111 | 1100100 | 110111 |
Color Harmonies of #5219FF
Complementary color
Monochromatic Colors of #5219FF
Black with #5219FF
Text Example
Text Example
White with #5219FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5219FF; }
p { color: rgb(82,25,255); }
H1.HeaderClassName
{
color: #5219FF;
}
.AnyTagClassName
{
color: #5219FF;
}
</style>
background-color css
<style>
a { background-color: #5219FF; }
a { background-color: rgb(82,25,255); }
div.DivClassName
{
background-color: #5219FF;
}
.BgClassName
{
background-color: #5219FF;
}
</style>
border-color css
<style>
span { border-color: #5219FF; }
span { border-color: rgb(82,25,255); }
td.TdClassName
{
border-color: #5219FF;
}
.TagClassName
{
border-color: #5219FF;
}
</style>