Shades of Han Purple #5223FE
Tints of Han Purple #5223FE
RGB
CMYK
RGB Variations
Color information
#5223FE (or 0x5223FE) is known color: Han Purple. HEX triplet: 52, 23 and FE. RGB value is (82,35,254). Sum of RGB (Red+Green+Blue) = 82+35+254=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 35 (14.06% from 255 or 9.43% from 371); Blue value is 254 (99.61% from 255 or 68.46% from 371); Max value from RGB is 254 - color contains mainly: blue. Hex color #5223FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5223FE is #ADDC01. Grayscale: #494949. Windows color (decimal): -11394050 or 16655186. OLE color: 16655186.
HSL color Cylindrical-coordinate representation of color #5223FE: hue angle of 252.88º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5223FE is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 35 | 254 | - |
| CMYK | 0.68 | 0.86 | 0 | 0.00 |
| HSL | 252.88º | 0.99% | 0.57% | - |
| HSV(B) | 252.88º | 0.86% | 1% | - |
| XYZ | 21.97 | 10.15 | 94.57 | - |
| YUV | 74.02 | 229.57 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 35 | 254 | 0.68 | 0.86 | 0 | 0.00 | 252.88 | 0.99 | 0.57 |
| Hex | 52 | 23 | FE | 44 | 56 | 0 | 0 | FD | 63 | 39 |
| Octal | 122 | 43 | 376 | 104 | 126 | 0 | 0 | 375 | 143 | 71 |
| Binary | 1010010 | 100011 | 11111110 | 1000100 | 1010110 | 0 | 0 | 11111101 | 1100011 | 111001 |
Color Harmonies of #5223FE
Complementary color
Monochromatic Colors of #5223FE
Black with #5223FE
Text Example
Text Example
White with #5223FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5223FE; }
p { color: rgb(82,35,254); }
H1.HeaderClassName
{
color: #5223FE;
}
.AnyTagClassName
{
color: #5223FE;
}
</style>
background-color css
<style>
a { background-color: #5223FE; }
a { background-color: rgb(82,35,254); }
div.DivClassName
{
background-color: #5223FE;
}
.BgClassName
{
background-color: #5223FE;
}
</style>
border-color css
<style>
span { border-color: #5223FE; }
span { border-color: rgb(82,35,254); }
td.TdClassName
{
border-color: #5223FE;
}
.TagClassName
{
border-color: #5223FE;
}
</style>