Shades of Han Purple #5314DA
Tints of Han Purple #5314DA
RGB
CMYK
RGB Variations
Color information
#5314DA (or 0x5314DA) is known color: Han Purple. HEX triplet: 53, 14 and DA. RGB value is (83,20,218). Sum of RGB (Red+Green+Blue) = 83+20+218=321 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.86% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 218 (85.55% from 255 or 67.91% from 321); Max value from RGB is 218 - color contains mainly: blue. Hex color #5314DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5314DA is #ACEB25. Grayscale: #3C3C3C. Windows color (decimal): -11332390 or 14292051. OLE color: 14292051.
HSL color Cylindrical-coordinate representation of color #5314DA: hue angle of 259.09º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5314DA is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 20 | 218 | - |
| CMYK | 0.62 | 0.91 | 0 | 0.15 |
| HSL | 259.09º | 0.83% | 0.47% | - |
| HSV(B) | 259.09º | 0.91% | 0.85% | - |
| XYZ | 16.47 | 7.4 | 66.89 | - |
| YUV | 61.41 | 216.37 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 20 | 218 | 0.62 | 0.91 | 0 | 0.15 | 259.09 | 0.83 | 0.47 |
| Hex | 53 | 14 | DA | 3E | 5B | 0 | F | 103 | 53 | 2F |
| Octal | 123 | 24 | 332 | 76 | 133 | 0 | 17 | 403 | 123 | 57 |
| Binary | 1010011 | 10100 | 11011010 | 111110 | 1011011 | 0 | 1111 | 100000011 | 1010011 | 101111 |
Color Harmonies of #5314DA
Complementary color
Monochromatic Colors of #5314DA
Black with #5314DA
Text Example
Text Example
White with #5314DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5314DA; }
p { color: rgb(83,20,218); }
H1.HeaderClassName
{
color: #5314DA;
}
.AnyTagClassName
{
color: #5314DA;
}
</style>
background-color css
<style>
a { background-color: #5314DA; }
a { background-color: rgb(83,20,218); }
div.DivClassName
{
background-color: #5314DA;
}
.BgClassName
{
background-color: #5314DA;
}
</style>
border-color css
<style>
span { border-color: #5314DA; }
span { border-color: rgb(83,20,218); }
td.TdClassName
{
border-color: #5314DA;
}
.TagClassName
{
border-color: #5314DA;
}
</style>