Shades of Han Purple #5615FB
Tints of Han Purple #5615FB
RGB
CMYK
RGB Variations
Color information
#5615FB (or 0x5615FB) is known color: Han Purple. HEX triplet: 56, 15 and FB. RGB value is (86,21,251). Sum of RGB (Red+Green+Blue) = 86+21+251=358 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.02% from 358); Green value is 21 (8.59% from 255 or 5.87% from 358); Blue value is 251 (98.44% from 255 or 70.11% from 358); Max value from RGB is 251 - color contains mainly: blue. Hex color #5615FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5615FB is #A9EA04. Grayscale: #414141. Windows color (decimal): -11135493 or 16454998. OLE color: 16454998.
HSL color Cylindrical-coordinate representation of color #5615FB: hue angle of 256.96º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5615FB is Cyan = 0.66, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 21 | 251 | - |
| CMYK | 0.66 | 0.92 | 0 | 0.02 |
| HSL | 256.96º | 0.97% | 0.53% | - |
| HSV(B) | 256.96º | 0.92% | 0.98% | - |
| XYZ | 21.52 | 9.48 | 91.96 | - |
| YUV | 66.66 | 232.03 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 21 | 251 | 0.66 | 0.92 | 0 | 0.02 | 256.96 | 0.97 | 0.53 |
| Hex | 56 | 15 | FB | 42 | 5C | 0 | 2 | 101 | 61 | 35 |
| Octal | 126 | 25 | 373 | 102 | 134 | 0 | 2 | 401 | 141 | 65 |
| Binary | 1010110 | 10101 | 11111011 | 1000010 | 1011100 | 0 | 10 | 100000001 | 1100001 | 110101 |
Color Harmonies of #5615FB
Complementary color
Monochromatic Colors of #5615FB
Black with #5615FB
Text Example
Text Example
White with #5615FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5615FB; }
p { color: rgb(86,21,251); }
H1.HeaderClassName
{
color: #5615FB;
}
.AnyTagClassName
{
color: #5615FB;
}
</style>
background-color css
<style>
a { background-color: #5615FB; }
a { background-color: rgb(86,21,251); }
div.DivClassName
{
background-color: #5615FB;
}
.BgClassName
{
background-color: #5615FB;
}
</style>
border-color css
<style>
span { border-color: #5615FB; }
span { border-color: rgb(86,21,251); }
td.TdClassName
{
border-color: #5615FB;
}
.TagClassName
{
border-color: #5615FB;
}
</style>