Shades of Han Purple #5223F9
Tints of Han Purple #5223F9
RGB
CMYK
RGB Variations
Color information
#5223F9 (or 0x5223F9) is known color: Han Purple. HEX triplet: 52, 23 and F9. RGB value is (82,35,249). Sum of RGB (Red+Green+Blue) = 82+35+249=366 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.40% from 366); Green value is 35 (14.06% from 255 or 9.56% from 366); Blue value is 249 (97.66% from 255 or 68.03% from 366); Max value from RGB is 249 - color contains mainly: blue. Hex color #5223F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5223F9 is #ADDC06. Grayscale: #484848. Windows color (decimal): -11394055 or 16327506. OLE color: 16327506.
HSL color Cylindrical-coordinate representation of color #5223F9: hue angle of 253.18º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5223F9 is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 35 | 249 | - |
| CMYK | 0.67 | 0.86 | 0 | 0.02 |
| HSL | 253.18º | 0.95% | 0.56% | - |
| HSV(B) | 253.18º | 0.86% | 0.98% | - |
| XYZ | 21.18 | 9.84 | 90.4 | - |
| YUV | 73.45 | 227.07 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 35 | 249 | 0.67 | 0.86 | 0 | 0.02 | 253.18 | 0.95 | 0.56 |
| Hex | 52 | 23 | F9 | 43 | 56 | 0 | 2 | FD | 5F | 38 |
| Octal | 122 | 43 | 371 | 103 | 126 | 0 | 2 | 375 | 137 | 70 |
| Binary | 1010010 | 100011 | 11111001 | 1000011 | 1010110 | 0 | 10 | 11111101 | 1011111 | 111000 |
Color Harmonies of #5223F9
Complementary color
Monochromatic Colors of #5223F9
Black with #5223F9
Text Example
Text Example
White with #5223F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5223F9; }
p { color: rgb(82,35,249); }
H1.HeaderClassName
{
color: #5223F9;
}
.AnyTagClassName
{
color: #5223F9;
}
</style>
background-color css
<style>
a { background-color: #5223F9; }
a { background-color: rgb(82,35,249); }
div.DivClassName
{
background-color: #5223F9;
}
.BgClassName
{
background-color: #5223F9;
}
</style>
border-color css
<style>
span { border-color: #5223F9; }
span { border-color: rgb(82,35,249); }
td.TdClassName
{
border-color: #5223F9;
}
.TagClassName
{
border-color: #5223F9;
}
</style>