Shades of Han Purple #521FFC
Tints of Han Purple #521FFC
RGB
CMYK
RGB Variations
Color information
#521FFC (or 0x521FFC) is known color: Han Purple. HEX triplet: 52, 1F and FC. RGB value is (82,31,252). Sum of RGB (Red+Green+Blue) = 82+31+252=365 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.47% from 365); Green value is 31 (12.5% from 255 or 8.49% from 365); Blue value is 252 (98.83% from 255 or 69.04% from 365); Max value from RGB is 252 - color contains mainly: blue. Hex color #521FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521FFC is #ADE003. Grayscale: #464646. Windows color (decimal): -11395076 or 16523090. OLE color: 16523090.
HSL color Cylindrical-coordinate representation of color #521FFC: hue angle of 253.85º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #521FFC is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 31 | 252 | - |
| CMYK | 0.67 | 0.88 | 0 | 0.01 |
| HSL | 253.85º | 0.97% | 0.55% | - |
| HSV(B) | 253.85º | 0.88% | 0.99% | - |
| XYZ | 21.54 | 9.8 | 92.85 | - |
| YUV | 71.44 | 229.9 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 31 | 252 | 0.67 | 0.88 | 0 | 0.01 | 253.85 | 0.97 | 0.55 |
| Hex | 52 | 1F | FC | 43 | 58 | 0 | 1 | FE | 61 | 37 |
| Octal | 122 | 37 | 374 | 103 | 130 | 0 | 1 | 376 | 141 | 67 |
| Binary | 1010010 | 11111 | 11111100 | 1000011 | 1011000 | 0 | 1 | 11111110 | 1100001 | 110111 |
Color Harmonies of #521FFC
Complementary color
Monochromatic Colors of #521FFC
Black with #521FFC
Text Example
Text Example
White with #521FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521FFC; }
p { color: rgb(82,31,252); }
H1.HeaderClassName
{
color: #521FFC;
}
.AnyTagClassName
{
color: #521FFC;
}
</style>
background-color css
<style>
a { background-color: #521FFC; }
a { background-color: rgb(82,31,252); }
div.DivClassName
{
background-color: #521FFC;
}
.BgClassName
{
background-color: #521FFC;
}
</style>
border-color css
<style>
span { border-color: #521FFC; }
span { border-color: rgb(82,31,252); }
td.TdClassName
{
border-color: #521FFC;
}
.TagClassName
{
border-color: #521FFC;
}
</style>