Shades of Han Purple #521DFB
Tints of Han Purple #521DFB
RGB
CMYK
RGB Variations
Color information
#521DFB (or 0x521DFB) is known color: Han Purple. HEX triplet: 52, 1D and FB. RGB value is (82,29,251). Sum of RGB (Red+Green+Blue) = 82+29+251=362 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.65% from 362); Green value is 29 (11.72% from 255 or 8.01% from 362); Blue value is 251 (98.44% from 255 or 69.34% from 362); Max value from RGB is 251 - color contains mainly: blue. Hex color #521DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521DFB is #ADE204. Grayscale: #454545. Windows color (decimal): -11395589 or 16457042. OLE color: 16457042.
HSL color Cylindrical-coordinate representation of color #521DFB: hue angle of 254.32º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #521DFB is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 29 | 251 | - |
| CMYK | 0.67 | 0.88 | 0 | 0.02 |
| HSL | 254.32º | 0.97% | 0.55% | - |
| HSV(B) | 254.32º | 0.88% | 0.98% | - |
| XYZ | 21.33 | 9.64 | 92 | - |
| YUV | 70.16 | 230.06 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 29 | 251 | 0.67 | 0.88 | 0 | 0.02 | 254.32 | 0.97 | 0.55 |
| Hex | 52 | 1D | FB | 43 | 58 | 0 | 2 | FE | 61 | 37 |
| Octal | 122 | 35 | 373 | 103 | 130 | 0 | 2 | 376 | 141 | 67 |
| Binary | 1010010 | 11101 | 11111011 | 1000011 | 1011000 | 0 | 10 | 11111110 | 1100001 | 110111 |
Color Harmonies of #521DFB
Complementary color
Monochromatic Colors of #521DFB
Black with #521DFB
Text Example
Text Example
White with #521DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521DFB; }
p { color: rgb(82,29,251); }
H1.HeaderClassName
{
color: #521DFB;
}
.AnyTagClassName
{
color: #521DFB;
}
</style>
background-color css
<style>
a { background-color: #521DFB; }
a { background-color: rgb(82,29,251); }
div.DivClassName
{
background-color: #521DFB;
}
.BgClassName
{
background-color: #521DFB;
}
</style>
border-color css
<style>
span { border-color: #521DFB; }
span { border-color: rgb(82,29,251); }
td.TdClassName
{
border-color: #521DFB;
}
.TagClassName
{
border-color: #521DFB;
}
</style>