Shades of Han Purple #5518F3
Tints of Han Purple #5518F3
RGB
CMYK
RGB Variations
Color information
#5518F3 (or 0x5518F3) is known color: Han Purple. HEX triplet: 55, 18 and F3. RGB value is (85,24,243). Sum of RGB (Red+Green+Blue) = 85+24+243=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 24 (9.77% from 255 or 6.82% from 352); Blue value is 243 (95.31% from 255 or 69.03% from 352); Max value from RGB is 243 - color contains mainly: blue. Hex color #5518F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5518F3 is #AAE70C. Grayscale: #424242. Windows color (decimal): -11200269 or 15931477. OLE color: 15931477.
HSL color Cylindrical-coordinate representation of color #5518F3: hue angle of 256.71º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5518F3 is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 24 | 243 | - |
| CMYK | 0.65 | 0.90 | 0 | 0.05 |
| HSL | 256.71º | 0.9% | 0.52% | - |
| HSV(B) | 256.71º | 0.9% | 0.95% | - |
| XYZ | 20.25 | 9.06 | 85.47 | - |
| YUV | 67.21 | 227.21 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 24 | 243 | 0.65 | 0.90 | 0 | 0.05 | 256.71 | 0.9 | 0.52 |
| Hex | 55 | 18 | F3 | 41 | 5A | 0 | 5 | 101 | 5A | 34 |
| Octal | 125 | 30 | 363 | 101 | 132 | 0 | 5 | 401 | 132 | 64 |
| Binary | 1010101 | 11000 | 11110011 | 1000001 | 1011010 | 0 | 101 | 100000001 | 1011010 | 110100 |
Color Harmonies of #5518F3
Complementary color
Monochromatic Colors of #5518F3
Black with #5518F3
Text Example
Text Example
White with #5518F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5518F3; }
p { color: rgb(85,24,243); }
H1.HeaderClassName
{
color: #5518F3;
}
.AnyTagClassName
{
color: #5518F3;
}
</style>
background-color css
<style>
a { background-color: #5518F3; }
a { background-color: rgb(85,24,243); }
div.DivClassName
{
background-color: #5518F3;
}
.BgClassName
{
background-color: #5518F3;
}
</style>
border-color css
<style>
span { border-color: #5518F3; }
span { border-color: rgb(85,24,243); }
td.TdClassName
{
border-color: #5518F3;
}
.TagClassName
{
border-color: #5518F3;
}
</style>