Shades of Han Purple #5318DA
Tints of Han Purple #5318DA
RGB
CMYK
RGB Variations
Color information
#5318DA (or 0x5318DA) is known color: Han Purple. HEX triplet: 53, 18 and DA. RGB value is (83,24,218). Sum of RGB (Red+Green+Blue) = 83+24+218=325 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.54% from 325); Green value is 24 (9.77% from 255 or 7.38% from 325); Blue value is 218 (85.55% from 255 or 67.08% from 325); Max value from RGB is 218 - color contains mainly: blue. Hex color #5318DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5318DA is #ACE725. Grayscale: #3F3F3F. Windows color (decimal): -11331366 or 14293075. OLE color: 14293075.
HSL color Cylindrical-coordinate representation of color #5318DA: hue angle of 258.25º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5318DA is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 24 | 218 | - |
| CMYK | 0.62 | 0.89 | 0 | 0.15 |
| HSL | 258.25º | 0.8% | 0.47% | - |
| HSV(B) | 258.25º | 0.89% | 0.85% | - |
| XYZ | 16.55 | 7.55 | 66.92 | - |
| YUV | 63.76 | 215.05 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 24 | 218 | 0.62 | 0.89 | 0 | 0.15 | 258.25 | 0.8 | 0.47 |
| Hex | 53 | 18 | DA | 3E | 59 | 0 | F | 102 | 50 | 2F |
| Octal | 123 | 30 | 332 | 76 | 131 | 0 | 17 | 402 | 120 | 57 |
| Binary | 1010011 | 11000 | 11011010 | 111110 | 1011001 | 0 | 1111 | 100000010 | 1010000 | 101111 |
Color Harmonies of #5318DA
Complementary color
Monochromatic Colors of #5318DA
Black with #5318DA
Text Example
Text Example
White with #5318DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5318DA; }
p { color: rgb(83,24,218); }
H1.HeaderClassName
{
color: #5318DA;
}
.AnyTagClassName
{
color: #5318DA;
}
</style>
background-color css
<style>
a { background-color: #5318DA; }
a { background-color: rgb(83,24,218); }
div.DivClassName
{
background-color: #5318DA;
}
.BgClassName
{
background-color: #5318DA;
}
</style>
border-color css
<style>
span { border-color: #5318DA; }
span { border-color: rgb(83,24,218); }
td.TdClassName
{
border-color: #5318DA;
}
.TagClassName
{
border-color: #5318DA;
}
</style>