Shades of Han Purple #5615F9
Tints of Han Purple #5615F9
RGB
CMYK
RGB Variations
Color information
#5615F9 (or 0x5615F9) is known color: Han Purple. HEX triplet: 56, 15 and F9. RGB value is (86,21,249). Sum of RGB (Red+Green+Blue) = 86+21+249=356 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.16% from 356); Green value is 21 (8.59% from 255 or 5.90% from 356); Blue value is 249 (97.66% from 255 or 69.94% from 356); Max value from RGB is 249 - color contains mainly: blue. Hex color #5615F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5615F9 is #A9EA06. Grayscale: #414141. Windows color (decimal): -11135495 or 16323926. OLE color: 16323926.
HSL color Cylindrical-coordinate representation of color #5615F9: hue angle of 257.11º degrees, saturation: 0.95, 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 #5615F9 is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 21 | 249 | - |
| CMYK | 0.65 | 0.92 | 0 | 0.02 |
| HSL | 257.11º | 0.95% | 0.53% | - |
| HSV(B) | 257.11º | 0.92% | 0.98% | - |
| XYZ | 21.2 | 9.35 | 90.31 | - |
| YUV | 66.43 | 231.03 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 21 | 249 | 0.65 | 0.92 | 0 | 0.02 | 257.11 | 0.95 | 0.53 |
| Hex | 56 | 15 | F9 | 41 | 5C | 0 | 2 | 101 | 5F | 35 |
| Octal | 126 | 25 | 371 | 101 | 134 | 0 | 2 | 401 | 137 | 65 |
| Binary | 1010110 | 10101 | 11111001 | 1000001 | 1011100 | 0 | 10 | 100000001 | 1011111 | 110101 |
Color Harmonies of #5615F9
Complementary color
Monochromatic Colors of #5615F9
Black with #5615F9
Text Example
Text Example
White with #5615F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5615F9; }
p { color: rgb(86,21,249); }
H1.HeaderClassName
{
color: #5615F9;
}
.AnyTagClassName
{
color: #5615F9;
}
</style>
background-color css
<style>
a { background-color: #5615F9; }
a { background-color: rgb(86,21,249); }
div.DivClassName
{
background-color: #5615F9;
}
.BgClassName
{
background-color: #5615F9;
}
</style>
border-color css
<style>
span { border-color: #5615F9; }
span { border-color: rgb(86,21,249); }
td.TdClassName
{
border-color: #5615F9;
}
.TagClassName
{
border-color: #5615F9;
}
</style>