Shades of Han Purple #521EFE
Tints of Han Purple #521EFE
RGB
CMYK
RGB Variations
Color information
#521EFE (or 0x521EFE) is known color: Han Purple. HEX triplet: 52, 1E and FE. RGB value is (82,30,254). Sum of RGB (Red+Green+Blue) = 82+30+254=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 30 (12.11% from 255 or 8.20% from 366); Blue value is 254 (99.61% from 255 or 69.40% from 366); Max value from RGB is 254 - color contains mainly: blue. Hex color #521EFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521EFE is #ADE101. Grayscale: #464646. Windows color (decimal): -11395330 or 16653906. OLE color: 16653906.
HSL color Cylindrical-coordinate representation of color #521EFE: hue angle of 253.93º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #521EFE is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 30 | 254 | - |
| CMYK | 0.68 | 0.88 | 0 | 0.00 |
| HSL | 253.93º | 0.99% | 0.56% | - |
| HSV(B) | 253.93º | 0.88% | 1% | - |
| XYZ | 21.83 | 9.88 | 94.52 | - |
| YUV | 71.08 | 231.23 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 30 | 254 | 0.68 | 0.88 | 0 | 0.00 | 253.93 | 0.99 | 0.56 |
| Hex | 52 | 1E | FE | 44 | 58 | 0 | 0 | FE | 63 | 38 |
| Octal | 122 | 36 | 376 | 104 | 130 | 0 | 0 | 376 | 143 | 70 |
| Binary | 1010010 | 11110 | 11111110 | 1000100 | 1011000 | 0 | 0 | 11111110 | 1100011 | 111000 |
Color Harmonies of #521EFE
Complementary color
Monochromatic Colors of #521EFE
Black with #521EFE
Text Example
Text Example
White with #521EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521EFE; }
p { color: rgb(82,30,254); }
H1.HeaderClassName
{
color: #521EFE;
}
.AnyTagClassName
{
color: #521EFE;
}
</style>
background-color css
<style>
a { background-color: #521EFE; }
a { background-color: rgb(82,30,254); }
div.DivClassName
{
background-color: #521EFE;
}
.BgClassName
{
background-color: #521EFE;
}
</style>
border-color css
<style>
span { border-color: #521EFE; }
span { border-color: rgb(82,30,254); }
td.TdClassName
{
border-color: #521EFE;
}
.TagClassName
{
border-color: #521EFE;
}
</style>