Shades of Han Purple #521CFF
Tints of Han Purple #521CFF
RGB
CMYK
RGB Variations
Color information
#521CFF (or 0x521CFF) is known color: Han Purple. HEX triplet: 52, 1C and FF. RGB value is (82,28,255). Sum of RGB (Red+Green+Blue) = 82+28+255=365 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.47% from 365); Green value is 28 (11.33% from 255 or 7.67% from 365); Blue value is 255 (100% from 255 or 69.86% from 365); Max value from RGB is 255 - color contains mainly: blue. Hex color #521CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521CFF is #ADE300. Grayscale: #454545. Windows color (decimal): -11395841 or 16718930. OLE color: 16718930.
HSL color Cylindrical-coordinate representation of color #521CFF: hue angle of 254.27º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #521CFF is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 28 | 255 | - |
| CMYK | 0.68 | 0.89 | 0 | 0 |
| HSL | 254.27º | 1% | 0.55% | - |
| HSV(B) | 254.27º | 0.89% | 1% | - |
| XYZ | 21.94 | 9.84 | 95.35 | - |
| YUV | 70.02 | 232.39 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 28 | 255 | 0.68 | 0.89 | 0 | 0 | 254.27 | 1 | 0.55 |
| Hex | 52 | 1C | FF | 44 | 59 | 0 | 0 | FE | 64 | 37 |
| Octal | 122 | 34 | 377 | 104 | 131 | 0 | 0 | 376 | 144 | 67 |
| Binary | 1010010 | 11100 | 11111111 | 1000100 | 1011001 | 0 | 0 | 11111110 | 1100100 | 110111 |
Color Harmonies of #521CFF
Complementary color
Monochromatic Colors of #521CFF
Black with #521CFF
Text Example
Text Example
White with #521CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521CFF; }
p { color: rgb(82,28,255); }
H1.HeaderClassName
{
color: #521CFF;
}
.AnyTagClassName
{
color: #521CFF;
}
</style>
background-color css
<style>
a { background-color: #521CFF; }
a { background-color: rgb(82,28,255); }
div.DivClassName
{
background-color: #521CFF;
}
.BgClassName
{
background-color: #521CFF;
}
</style>
border-color css
<style>
span { border-color: #521CFF; }
span { border-color: rgb(82,28,255); }
td.TdClassName
{
border-color: #521CFF;
}
.TagClassName
{
border-color: #521CFF;
}
</style>