Shades of Han Purple #5522F9
Tints of Han Purple #5522F9
RGB
CMYK
RGB Variations
Color information
#5522F9 (or 0x5522F9) is known color: Han Purple. HEX triplet: 55, 22 and F9. RGB value is (85,34,249). Sum of RGB (Red+Green+Blue) = 85+34+249=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 34 (13.67% from 255 or 9.24% from 368); Blue value is 249 (97.66% from 255 or 67.66% from 368); Max value from RGB is 249 - color contains mainly: blue. Hex color #5522F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5522F9 is #AADD06. Grayscale: #484848. Windows color (decimal): -11197703 or 16327253. OLE color: 16327253.
HSL color Cylindrical-coordinate representation of color #5522F9: hue angle of 254.23º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5522F9 is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 34 | 249 | - |
| CMYK | 0.66 | 0.86 | 0 | 0.02 |
| HSL | 254.23º | 0.95% | 0.55% | - |
| HSV(B) | 254.23º | 0.86% | 0.98% | - |
| XYZ | 21.42 | 9.91 | 90.41 | - |
| YUV | 73.76 | 226.9 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 34 | 249 | 0.66 | 0.86 | 0 | 0.02 | 254.23 | 0.95 | 0.55 |
| Hex | 55 | 22 | F9 | 42 | 56 | 0 | 2 | FE | 5F | 37 |
| Octal | 125 | 42 | 371 | 102 | 126 | 0 | 2 | 376 | 137 | 67 |
| Binary | 1010101 | 100010 | 11111001 | 1000010 | 1010110 | 0 | 10 | 11111110 | 1011111 | 110111 |
Color Harmonies of #5522F9
Complementary color
Monochromatic Colors of #5522F9
Black with #5522F9
Text Example
Text Example
White with #5522F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5522F9; }
p { color: rgb(85,34,249); }
H1.HeaderClassName
{
color: #5522F9;
}
.AnyTagClassName
{
color: #5522F9;
}
</style>
background-color css
<style>
a { background-color: #5522F9; }
a { background-color: rgb(85,34,249); }
div.DivClassName
{
background-color: #5522F9;
}
.BgClassName
{
background-color: #5522F9;
}
</style>
border-color css
<style>
span { border-color: #5522F9; }
span { border-color: rgb(85,34,249); }
td.TdClassName
{
border-color: #5522F9;
}
.TagClassName
{
border-color: #5522F9;
}
</style>