Shades of Han Purple #5615FD
Tints of Han Purple #5615FD
RGB
CMYK
RGB Variations
Color information
#5615FD (or 0x5615FD) is known color: Han Purple. HEX triplet: 56, 15 and FD. RGB value is (86,21,253). Sum of RGB (Red+Green+Blue) = 86+21+253=360 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.89% from 360); Green value is 21 (8.59% from 255 or 5.83% from 360); Blue value is 253 (99.22% from 255 or 70.28% from 360); Max value from RGB is 253 - color contains mainly: blue. Hex color #5615FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5615FD is #A9EA02. Grayscale: #424242. Windows color (decimal): -11135491 or 16586070. OLE color: 16586070.
HSL color Cylindrical-coordinate representation of color #5615FD: hue angle of 256.81º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5615FD is Cyan = 0.66, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 21 | 253 | - |
| CMYK | 0.66 | 0.92 | 0 | 0.01 |
| HSL | 256.81º | 0.98% | 0.54% | - |
| HSV(B) | 256.81º | 0.92% | 0.99% | - |
| XYZ | 21.84 | 9.61 | 93.63 | - |
| YUV | 66.88 | 233.03 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 21 | 253 | 0.66 | 0.92 | 0 | 0.01 | 256.81 | 0.98 | 0.54 |
| Hex | 56 | 15 | FD | 42 | 5C | 0 | 1 | 101 | 62 | 36 |
| Octal | 126 | 25 | 375 | 102 | 134 | 0 | 1 | 401 | 142 | 66 |
| Binary | 1010110 | 10101 | 11111101 | 1000010 | 1011100 | 0 | 1 | 100000001 | 1100010 | 110110 |
Color Harmonies of #5615FD
Complementary color
Monochromatic Colors of #5615FD
Black with #5615FD
Text Example
Text Example
White with #5615FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5615FD; }
p { color: rgb(86,21,253); }
H1.HeaderClassName
{
color: #5615FD;
}
.AnyTagClassName
{
color: #5615FD;
}
</style>
background-color css
<style>
a { background-color: #5615FD; }
a { background-color: rgb(86,21,253); }
div.DivClassName
{
background-color: #5615FD;
}
.BgClassName
{
background-color: #5615FD;
}
</style>
border-color css
<style>
span { border-color: #5615FD; }
span { border-color: rgb(86,21,253); }
td.TdClassName
{
border-color: #5615FD;
}
.TagClassName
{
border-color: #5615FD;
}
</style>