Shades of Han Purple #521BDF
Tints of Han Purple #521BDF
RGB
CMYK
RGB Variations
Color information
#521BDF (or 0x521BDF) is known color: Han Purple. HEX triplet: 52, 1B and DF. RGB value is (82,27,223). Sum of RGB (Red+Green+Blue) = 82+27+223=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 27 (10.94% from 255 or 8.13% from 332); Blue value is 223 (87.5% from 255 or 67.17% from 332); Max value from RGB is 223 - color contains mainly: blue. Hex color #521BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521BDF is #ADE420. Grayscale: #414141. Windows color (decimal): -11396129 or 14621522. OLE color: 14621522.
HSL color Cylindrical-coordinate representation of color #521BDF: hue angle of 256.84º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #521BDF is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 27 | 223 | - |
| CMYK | 0.63 | 0.88 | 0 | 0.13 |
| HSL | 256.84º | 0.78% | 0.49% | - |
| HSV(B) | 256.84º | 0.88% | 0.87% | - |
| XYZ | 17.19 | 7.91 | 70.43 | - |
| YUV | 65.79 | 216.72 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 27 | 223 | 0.63 | 0.88 | 0 | 0.13 | 256.84 | 0.78 | 0.49 |
| Hex | 52 | 1B | DF | 3F | 58 | 0 | D | 101 | 4E | 31 |
| Octal | 122 | 33 | 337 | 77 | 130 | 0 | 15 | 401 | 116 | 61 |
| Binary | 1010010 | 11011 | 11011111 | 111111 | 1011000 | 0 | 1101 | 100000001 | 1001110 | 110001 |
Color Harmonies of #521BDF
Complementary color
Monochromatic Colors of #521BDF
Black with #521BDF
Text Example
Text Example
White with #521BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521BDF; }
p { color: rgb(82,27,223); }
H1.HeaderClassName
{
color: #521BDF;
}
.AnyTagClassName
{
color: #521BDF;
}
</style>
background-color css
<style>
a { background-color: #521BDF; }
a { background-color: rgb(82,27,223); }
div.DivClassName
{
background-color: #521BDF;
}
.BgClassName
{
background-color: #521BDF;
}
</style>
border-color css
<style>
span { border-color: #521BDF; }
span { border-color: rgb(82,27,223); }
td.TdClassName
{
border-color: #521BDF;
}
.TagClassName
{
border-color: #521BDF;
}
</style>