Shades of Han Purple #521ADF
Tints of Han Purple #521ADF
RGB
CMYK
RGB Variations
Color information
#521ADF (or 0x521ADF) is known color: Han Purple. HEX triplet: 52, 1A and DF. RGB value is (82,26,223). Sum of RGB (Red+Green+Blue) = 82+26+223=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 26 (10.55% from 255 or 7.85% from 331); Blue value is 223 (87.5% from 255 or 67.37% from 331); Max value from RGB is 223 - color contains mainly: blue. Hex color #521ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521ADF is #ADE520. Grayscale: #404040. Windows color (decimal): -11396385 or 14621266. OLE color: 14621266.
HSL color Cylindrical-coordinate representation of color #521ADF: hue angle of 257.06º degrees, saturation: 0.79, 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 #521ADF is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 26 | 223 | - |
| CMYK | 0.63 | 0.88 | 0 | 0.13 |
| HSL | 257.06º | 0.79% | 0.49% | - |
| HSV(B) | 257.06º | 0.88% | 0.87% | - |
| XYZ | 17.17 | 7.86 | 70.42 | - |
| YUV | 65.2 | 217.05 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 26 | 223 | 0.63 | 0.88 | 0 | 0.13 | 257.06 | 0.79 | 0.49 |
| Hex | 52 | 1A | DF | 3F | 58 | 0 | D | 101 | 4F | 31 |
| Octal | 122 | 32 | 337 | 77 | 130 | 0 | 15 | 401 | 117 | 61 |
| Binary | 1010010 | 11010 | 11011111 | 111111 | 1011000 | 0 | 1101 | 100000001 | 1001111 | 110001 |
Color Harmonies of #521ADF
Complementary color
Monochromatic Colors of #521ADF
Black with #521ADF
Text Example
Text Example
White with #521ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521ADF; }
p { color: rgb(82,26,223); }
H1.HeaderClassName
{
color: #521ADF;
}
.AnyTagClassName
{
color: #521ADF;
}
</style>
background-color css
<style>
a { background-color: #521ADF; }
a { background-color: rgb(82,26,223); }
div.DivClassName
{
background-color: #521ADF;
}
.BgClassName
{
background-color: #521ADF;
}
</style>
border-color css
<style>
span { border-color: #521ADF; }
span { border-color: rgb(82,26,223); }
td.TdClassName
{
border-color: #521ADF;
}
.TagClassName
{
border-color: #521ADF;
}
</style>