Shades of Han Purple #5310D7
Tints of Han Purple #5310D7
RGB
CMYK
RGB Variations
Color information
#5310D7 (or 0x5310D7) is known color: Han Purple. HEX triplet: 53, 10 and D7. RGB value is (83,16,215). Sum of RGB (Red+Green+Blue) = 83+16+215=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 215 (84.38% from 255 or 68.47% from 314); Max value from RGB is 215 - color contains mainly: blue. Hex color #5310D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5310D7 is #ACEF28. Grayscale: #393939. Windows color (decimal): -11333417 or 14094419. OLE color: 14094419.
HSL color Cylindrical-coordinate representation of color #5310D7: hue angle of 260.2º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5310D7 is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 16 | 215 | - |
| CMYK | 0.61 | 0.93 | 0 | 0.16 |
| HSL | 260.2º | 0.86% | 0.45% | - |
| HSV(B) | 260.2º | 0.93% | 0.84% | - |
| XYZ | 16.02 | 7.12 | 64.82 | - |
| YUV | 58.72 | 216.2 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 16 | 215 | 0.61 | 0.93 | 0 | 0.16 | 260.2 | 0.86 | 0.45 |
| Hex | 53 | 10 | D7 | 3D | 5D | 0 | 10 | 104 | 56 | 2D |
| Octal | 123 | 20 | 327 | 75 | 135 | 0 | 20 | 404 | 126 | 55 |
| Binary | 1010011 | 10000 | 11010111 | 111101 | 1011101 | 0 | 10000 | 100000100 | 1010110 | 101101 |
Color Harmonies of #5310D7
Complementary color
Monochromatic Colors of #5310D7
Black with #5310D7
Text Example
Text Example
White with #5310D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5310D7; }
p { color: rgb(83,16,215); }
H1.HeaderClassName
{
color: #5310D7;
}
.AnyTagClassName
{
color: #5310D7;
}
</style>
background-color css
<style>
a { background-color: #5310D7; }
a { background-color: rgb(83,16,215); }
div.DivClassName
{
background-color: #5310D7;
}
.BgClassName
{
background-color: #5310D7;
}
</style>
border-color css
<style>
span { border-color: #5310D7; }
span { border-color: rgb(83,16,215); }
td.TdClassName
{
border-color: #5310D7;
}
.TagClassName
{
border-color: #5310D7;
}
</style>