Shades of Han Purple #5226FE
Tints of Han Purple #5226FE
RGB
CMYK
RGB Variations
Color information
#5226FE (or 0x5226FE) is known color: Han Purple. HEX triplet: 52, 26 and FE. RGB value is (82,38,254). Sum of RGB (Red+Green+Blue) = 82+38+254=374 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.93% from 374); Green value is 38 (15.23% from 255 or 10.16% from 374); Blue value is 254 (99.61% from 255 or 67.91% from 374); Max value from RGB is 254 - color contains mainly: blue. Hex color #5226FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5226FE is #ADD901. Grayscale: #4A4A4A. Windows color (decimal): -11393282 or 16655954. OLE color: 16655954.
HSL color Cylindrical-coordinate representation of color #5226FE: hue angle of 252.22º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5226FE is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 38 | 254 | - |
| CMYK | 0.68 | 0.85 | 0 | 0.00 |
| HSL | 252.22º | 0.99% | 0.57% | - |
| HSV(B) | 252.22º | 0.85% | 1% | - |
| XYZ | 22.06 | 10.34 | 94.6 | - |
| YUV | 75.78 | 228.58 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 38 | 254 | 0.68 | 0.85 | 0 | 0.00 | 252.22 | 0.99 | 0.57 |
| Hex | 52 | 26 | FE | 44 | 55 | 0 | 0 | FC | 63 | 39 |
| Octal | 122 | 46 | 376 | 104 | 125 | 0 | 0 | 374 | 143 | 71 |
| Binary | 1010010 | 100110 | 11111110 | 1000100 | 1010101 | 0 | 0 | 11111100 | 1100011 | 111001 |
Color Harmonies of #5226FE
Complementary color
Monochromatic Colors of #5226FE
Black with #5226FE
Text Example
Text Example
White with #5226FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5226FE; }
p { color: rgb(82,38,254); }
H1.HeaderClassName
{
color: #5226FE;
}
.AnyTagClassName
{
color: #5226FE;
}
</style>
background-color css
<style>
a { background-color: #5226FE; }
a { background-color: rgb(82,38,254); }
div.DivClassName
{
background-color: #5226FE;
}
.BgClassName
{
background-color: #5226FE;
}
</style>
border-color css
<style>
span { border-color: #5226FE; }
span { border-color: rgb(82,38,254); }
td.TdClassName
{
border-color: #5226FE;
}
.TagClassName
{
border-color: #5226FE;
}
</style>