Shades of Han Purple #521FFF
Tints of Han Purple #521FFF
RGB
CMYK
RGB Variations
Color information
#521FFF (or 0x521FFF) is known color: Han Purple. HEX triplet: 52, 1F and FF. RGB value is (82,31,255). Sum of RGB (Red+Green+Blue) = 82+31+255=368 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.28% from 368); Green value is 31 (12.5% from 255 or 8.42% from 368); Blue value is 255 (100% from 255 or 69.29% from 368); Max value from RGB is 255 - color contains mainly: blue. Hex color #521FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521FFF is #ADE000. Grayscale: #464646. Windows color (decimal): -11395073 or 16719698. OLE color: 16719698.
HSL color Cylindrical-coordinate representation of color #521FFF: hue angle of 253.66º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #521FFF is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 31 | 255 | - |
| CMYK | 0.68 | 0.88 | 0 | 0 |
| HSL | 253.66º | 1% | 0.56% | - |
| HSV(B) | 253.66º | 0.88% | 1% | - |
| XYZ | 22.02 | 9.99 | 95.38 | - |
| YUV | 71.79 | 231.4 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 31 | 255 | 0.68 | 0.88 | 0 | 0 | 253.66 | 1 | 0.56 |
| Hex | 52 | 1F | FF | 44 | 58 | 0 | 0 | FE | 64 | 38 |
| Octal | 122 | 37 | 377 | 104 | 130 | 0 | 0 | 376 | 144 | 70 |
| Binary | 1010010 | 11111 | 11111111 | 1000100 | 1011000 | 0 | 0 | 11111110 | 1100100 | 111000 |
Color Harmonies of #521FFF
Complementary color
Monochromatic Colors of #521FFF
Black with #521FFF
Text Example
Text Example
White with #521FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521FFF; }
p { color: rgb(82,31,255); }
H1.HeaderClassName
{
color: #521FFF;
}
.AnyTagClassName
{
color: #521FFF;
}
</style>
background-color css
<style>
a { background-color: #521FFF; }
a { background-color: rgb(82,31,255); }
div.DivClassName
{
background-color: #521FFF;
}
.BgClassName
{
background-color: #521FFF;
}
</style>
border-color css
<style>
span { border-color: #521FFF; }
span { border-color: rgb(82,31,255); }
td.TdClassName
{
border-color: #521FFF;
}
.TagClassName
{
border-color: #521FFF;
}
</style>