Shades of Han Purple #5513FE
Tints of Han Purple #5513FE
RGB
CMYK
RGB Variations
Color information
#5513FE (or 0x5513FE) is known color: Han Purple. HEX triplet: 55, 13 and FE. RGB value is (85,19,254). Sum of RGB (Red+Green+Blue) = 85+19+254=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 19 (7.81% from 255 or 5.31% from 358); Blue value is 254 (99.61% from 255 or 70.95% from 358); Max value from RGB is 254 - color contains mainly: blue. Hex color #5513FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5513FE is #AAEC01. Grayscale: #404040. Windows color (decimal): -11201538 or 16651093. OLE color: 16651093.
HSL color Cylindrical-coordinate representation of color #5513FE: hue angle of 256.85º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5513FE is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 19 | 254 | - |
| CMYK | 0.67 | 0.93 | 0 | 0.00 |
| HSL | 256.85º | 0.99% | 0.54% | - |
| HSV(B) | 256.85º | 0.93% | 1% | - |
| XYZ | 21.87 | 9.55 | 94.46 | - |
| YUV | 65.52 | 234.37 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 19 | 254 | 0.67 | 0.93 | 0 | 0.00 | 256.85 | 0.99 | 0.54 |
| Hex | 55 | 13 | FE | 43 | 5D | 0 | 0 | 101 | 63 | 36 |
| Octal | 125 | 23 | 376 | 103 | 135 | 0 | 0 | 401 | 143 | 66 |
| Binary | 1010101 | 10011 | 11111110 | 1000011 | 1011101 | 0 | 0 | 100000001 | 1100011 | 110110 |
Color Harmonies of #5513FE
Complementary color
Monochromatic Colors of #5513FE
Black with #5513FE
Text Example
Text Example
White with #5513FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5513FE; }
p { color: rgb(85,19,254); }
H1.HeaderClassName
{
color: #5513FE;
}
.AnyTagClassName
{
color: #5513FE;
}
</style>
background-color css
<style>
a { background-color: #5513FE; }
a { background-color: rgb(85,19,254); }
div.DivClassName
{
background-color: #5513FE;
}
.BgClassName
{
background-color: #5513FE;
}
</style>
border-color css
<style>
span { border-color: #5513FE; }
span { border-color: rgb(85,19,254); }
td.TdClassName
{
border-color: #5513FE;
}
.TagClassName
{
border-color: #5513FE;
}
</style>