Shades of Han Purple #521AFE
Tints of Han Purple #521AFE
RGB
CMYK
RGB Variations
Color information
#521AFE (or 0x521AFE) is known color: Han Purple. HEX triplet: 52, 1A and FE. RGB value is (82,26,254). Sum of RGB (Red+Green+Blue) = 82+26+254=362 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.65% from 362); Green value is 26 (10.55% from 255 or 7.18% from 362); Blue value is 254 (99.61% from 255 or 70.17% from 362); Max value from RGB is 254 - color contains mainly: blue. Hex color #521AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521AFE is #ADE501. Grayscale: #434343. Windows color (decimal): -11396354 or 16652882. OLE color: 16652882.
HSL color Cylindrical-coordinate representation of color #521AFE: hue angle of 254.74º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #521AFE is Cyan = 0.68, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 26 | 254 | - |
| CMYK | 0.68 | 0.90 | 0 | 0.00 |
| HSL | 254.74º | 0.99% | 0.55% | - |
| HSV(B) | 254.74º | 0.9% | 1% | - |
| XYZ | 21.74 | 9.69 | 94.49 | - |
| YUV | 68.74 | 232.55 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 26 | 254 | 0.68 | 0.90 | 0 | 0.00 | 254.74 | 0.99 | 0.55 |
| Hex | 52 | 1A | FE | 44 | 5A | 0 | 0 | FF | 63 | 37 |
| Octal | 122 | 32 | 376 | 104 | 132 | 0 | 0 | 377 | 143 | 67 |
| Binary | 1010010 | 11010 | 11111110 | 1000100 | 1011010 | 0 | 0 | 11111111 | 1100011 | 110111 |
Color Harmonies of #521AFE
Complementary color
Monochromatic Colors of #521AFE
Black with #521AFE
Text Example
Text Example
White with #521AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521AFE; }
p { color: rgb(82,26,254); }
H1.HeaderClassName
{
color: #521AFE;
}
.AnyTagClassName
{
color: #521AFE;
}
</style>
background-color css
<style>
a { background-color: #521AFE; }
a { background-color: rgb(82,26,254); }
div.DivClassName
{
background-color: #521AFE;
}
.BgClassName
{
background-color: #521AFE;
}
</style>
border-color css
<style>
span { border-color: #521AFE; }
span { border-color: rgb(82,26,254); }
td.TdClassName
{
border-color: #521AFE;
}
.TagClassName
{
border-color: #521AFE;
}
</style>