Shades of Han Purple #5615FE
Tints of Han Purple #5615FE
RGB
CMYK
RGB Variations
Color information
#5615FE (or 0x5615FE) is known color: Han Purple. HEX triplet: 56, 15 and FE. RGB value is (86,21,254). Sum of RGB (Red+Green+Blue) = 86+21+254=361 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.82% from 361); Green value is 21 (8.59% from 255 or 5.82% from 361); Blue value is 254 (99.61% from 255 or 70.36% from 361); Max value from RGB is 254 - color contains mainly: blue. Hex color #5615FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5615FE is #A9EA01. Grayscale: #424242. Windows color (decimal): -11135490 or 16651606. OLE color: 16651606.
HSL color Cylindrical-coordinate representation of color #5615FE: hue angle of 256.74º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5615FE is Cyan = 0.66, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 86 | 21 | 254 | - |
| CMYK | 0.66 | 0.92 | 0 | 0.00 |
| HSL | 256.74º | 0.99% | 0.54% | - |
| HSV(B) | 256.74º | 0.92% | 1% | - |
| XYZ | 22 | 9.67 | 94.47 | - |
| YUV | 67 | 233.53 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 21 | 254 | 0.66 | 0.92 | 0 | 0.00 | 256.74 | 0.99 | 0.54 |
| Hex | 56 | 15 | FE | 42 | 5C | 0 | 0 | 101 | 63 | 36 |
| Octal | 126 | 25 | 376 | 102 | 134 | 0 | 0 | 401 | 143 | 66 |
| Binary | 1010110 | 10101 | 11111110 | 1000010 | 1011100 | 0 | 0 | 100000001 | 1100011 | 110110 |
Color Harmonies of #5615FE
Complementary color
Monochromatic Colors of #5615FE
Black with #5615FE
Text Example
Text Example
White with #5615FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5615FE; }
p { color: rgb(86,21,254); }
H1.HeaderClassName
{
color: #5615FE;
}
.AnyTagClassName
{
color: #5615FE;
}
</style>
background-color css
<style>
a { background-color: #5615FE; }
a { background-color: rgb(86,21,254); }
div.DivClassName
{
background-color: #5615FE;
}
.BgClassName
{
background-color: #5615FE;
}
</style>
border-color css
<style>
span { border-color: #5615FE; }
span { border-color: rgb(86,21,254); }
td.TdClassName
{
border-color: #5615FE;
}
.TagClassName
{
border-color: #5615FE;
}
</style>