Shades of Han Purple #521CFB
Tints of Han Purple #521CFB
RGB
CMYK
RGB Variations
Color information
#521CFB (or 0x521CFB) is known color: Han Purple. HEX triplet: 52, 1C and FB. RGB value is (82,28,251). Sum of RGB (Red+Green+Blue) = 82+28+251=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 28 (11.33% from 255 or 7.76% from 361); Blue value is 251 (98.44% from 255 or 69.53% from 361); Max value from RGB is 251 - color contains mainly: blue. Hex color #521CFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521CFB is #ADE304. Grayscale: #444444. Windows color (decimal): -11395845 or 16456786. OLE color: 16456786.
HSL color Cylindrical-coordinate representation of color #521CFB: hue angle of 254.53º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #521CFB is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 28 | 251 | - |
| CMYK | 0.67 | 0.89 | 0 | 0.02 |
| HSL | 254.53º | 0.97% | 0.55% | - |
| HSV(B) | 254.53º | 0.89% | 0.98% | - |
| XYZ | 21.31 | 9.59 | 91.99 | - |
| YUV | 69.57 | 230.39 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 28 | 251 | 0.67 | 0.89 | 0 | 0.02 | 254.53 | 0.97 | 0.55 |
| Hex | 52 | 1C | FB | 43 | 59 | 0 | 2 | FF | 61 | 37 |
| Octal | 122 | 34 | 373 | 103 | 131 | 0 | 2 | 377 | 141 | 67 |
| Binary | 1010010 | 11100 | 11111011 | 1000011 | 1011001 | 0 | 10 | 11111111 | 1100001 | 110111 |
Color Harmonies of #521CFB
Complementary color
Monochromatic Colors of #521CFB
Black with #521CFB
Text Example
Text Example
White with #521CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521CFB; }
p { color: rgb(82,28,251); }
H1.HeaderClassName
{
color: #521CFB;
}
.AnyTagClassName
{
color: #521CFB;
}
</style>
background-color css
<style>
a { background-color: #521CFB; }
a { background-color: rgb(82,28,251); }
div.DivClassName
{
background-color: #521CFB;
}
.BgClassName
{
background-color: #521CFB;
}
</style>
border-color css
<style>
span { border-color: #521CFB; }
span { border-color: rgb(82,28,251); }
td.TdClassName
{
border-color: #521CFB;
}
.TagClassName
{
border-color: #521CFB;
}
</style>