Shades of Han Purple #5315ED
Tints of Han Purple #5315ED
RGB
CMYK
RGB Variations
Color information
#5315ED (or 0x5315ED) is known color: Han Purple. HEX triplet: 53, 15 and ED. RGB value is (83,21,237). Sum of RGB (Red+Green+Blue) = 83+21+237=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 237 (92.97% from 255 or 69.50% from 341); Max value from RGB is 237 - color contains mainly: blue. Hex color #5315ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5315ED is #ACEA12. Grayscale: #3F3F3F. Windows color (decimal): -11332115 or 15537491. OLE color: 15537491.
HSL color Cylindrical-coordinate representation of color #5315ED: hue angle of 257.22º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5315ED is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 21 | 237 | - |
| CMYK | 0.65 | 0.91 | 0 | 0.07 |
| HSL | 257.22º | 0.86% | 0.51% | - |
| HSV(B) | 257.22º | 0.91% | 0.93% | - |
| XYZ | 19.12 | 8.49 | 80.75 | - |
| YUV | 64.16 | 225.54 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 21 | 237 | 0.65 | 0.91 | 0 | 0.07 | 257.22 | 0.86 | 0.51 |
| Hex | 53 | 15 | ED | 41 | 5B | 0 | 7 | 101 | 56 | 33 |
| Octal | 123 | 25 | 355 | 101 | 133 | 0 | 7 | 401 | 126 | 63 |
| Binary | 1010011 | 10101 | 11101101 | 1000001 | 1011011 | 0 | 111 | 100000001 | 1010110 | 110011 |
Color Harmonies of #5315ED
Complementary color
Monochromatic Colors of #5315ED
Black with #5315ED
Text Example
Text Example
White with #5315ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5315ED; }
p { color: rgb(83,21,237); }
H1.HeaderClassName
{
color: #5315ED;
}
.AnyTagClassName
{
color: #5315ED;
}
</style>
background-color css
<style>
a { background-color: #5315ED; }
a { background-color: rgb(83,21,237); }
div.DivClassName
{
background-color: #5315ED;
}
.BgClassName
{
background-color: #5315ED;
}
</style>
border-color css
<style>
span { border-color: #5315ED; }
span { border-color: rgb(83,21,237); }
td.TdClassName
{
border-color: #5315ED;
}
.TagClassName
{
border-color: #5315ED;
}
</style>