Shades of Han Purple #5315FF
Tints of Han Purple #5315FF
RGB
CMYK
RGB Variations
Color information
#5315FF (or 0x5315FF) is known color: Han Purple. HEX triplet: 53, 15 and FF. RGB value is (83,21,255). Sum of RGB (Red+Green+Blue) = 83+21+255=359 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.12% from 359); Green value is 21 (8.59% from 255 or 5.85% from 359); Blue value is 255 (100% from 255 or 71.03% from 359); Max value from RGB is 255 - color contains mainly: blue. Hex color #5315FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5315FF is #ACEA00. Grayscale: #414141. Windows color (decimal): -11332097 or 16717139. OLE color: 16717139.
HSL color Cylindrical-coordinate representation of color #5315FF: hue angle of 255.9º 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 #5315FF is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 21 | 255 | - |
| CMYK | 0.67 | 0.92 | 0 | 0 |
| HSL | 255.9º | 1% | 0.54% | - |
| HSV(B) | 255.9º | 0.92% | 1% | - |
| XYZ | 21.89 | 9.6 | 95.31 | - |
| YUV | 66.21 | 234.54 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 21 | 255 | 0.67 | 0.92 | 0 | 0 | 255.9 | 1 | 0.54 |
| Hex | 53 | 15 | FF | 43 | 5C | 0 | 0 | 100 | 64 | 36 |
| Octal | 123 | 25 | 377 | 103 | 134 | 0 | 0 | 400 | 144 | 66 |
| Binary | 1010011 | 10101 | 11111111 | 1000011 | 1011100 | 0 | 0 | 100000000 | 1100100 | 110110 |
Color Harmonies of #5315FF
Complementary color
Monochromatic Colors of #5315FF
Black with #5315FF
Text Example
Text Example
White with #5315FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5315FF; }
p { color: rgb(83,21,255); }
H1.HeaderClassName
{
color: #5315FF;
}
.AnyTagClassName
{
color: #5315FF;
}
</style>
background-color css
<style>
a { background-color: #5315FF; }
a { background-color: rgb(83,21,255); }
div.DivClassName
{
background-color: #5315FF;
}
.BgClassName
{
background-color: #5315FF;
}
</style>
border-color css
<style>
span { border-color: #5315FF; }
span { border-color: rgb(83,21,255); }
td.TdClassName
{
border-color: #5315FF;
}
.TagClassName
{
border-color: #5315FF;
}
</style>