Shades of Han Purple #5615FF
Tints of Han Purple #5615FF
RGB
CMYK
RGB Variations
Color information
#5615FF (or 0x5615FF) is known color: Han Purple. HEX triplet: 56, 15 and FF. RGB value is (86,21,255). Sum of RGB (Red+Green+Blue) = 86+21+255=362 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.76% from 362); Green value is 21 (8.59% from 255 or 5.80% from 362); Blue value is 255 (100% from 255 or 70.44% from 362); Max value from RGB is 255 - color contains mainly: blue. Hex color #5615FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5615FF is #A9EA00. Grayscale: #424242. Windows color (decimal): -11135489 or 16717142. OLE color: 16717142.
HSL color Cylindrical-coordinate representation of color #5615FF: hue angle of 256.67º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5615FF is Cyan = 0.66, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 21 | 255 | - |
| CMYK | 0.66 | 0.92 | 0 | 0 |
| HSL | 256.67º | 1% | 0.54% | - |
| HSV(B) | 256.67º | 0.92% | 1% | - |
| XYZ | 22.16 | 9.73 | 95.32 | - |
| YUV | 67.11 | 234.03 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 21 | 255 | 0.66 | 0.92 | 0 | 0 | 256.67 | 1 | 0.54 |
| Hex | 56 | 15 | FF | 42 | 5C | 0 | 0 | 101 | 64 | 36 |
| Octal | 126 | 25 | 377 | 102 | 134 | 0 | 0 | 401 | 144 | 66 |
| Binary | 1010110 | 10101 | 11111111 | 1000010 | 1011100 | 0 | 0 | 100000001 | 1100100 | 110110 |
Color Harmonies of #5615FF
Complementary color
Monochromatic Colors of #5615FF
Black with #5615FF
Text Example
Text Example
White with #5615FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5615FF; }
p { color: rgb(86,21,255); }
H1.HeaderClassName
{
color: #5615FF;
}
.AnyTagClassName
{
color: #5615FF;
}
</style>
background-color css
<style>
a { background-color: #5615FF; }
a { background-color: rgb(86,21,255); }
div.DivClassName
{
background-color: #5615FF;
}
.BgClassName
{
background-color: #5615FF;
}
</style>
border-color css
<style>
span { border-color: #5615FF; }
span { border-color: rgb(86,21,255); }
td.TdClassName
{
border-color: #5615FF;
}
.TagClassName
{
border-color: #5615FF;
}
</style>