Shades of Han Purple #5306DA
Tints of Han Purple #5306DA
RGB
CMYK
RGB Variations
Color information
#5306DA (or 0x5306DA) is known color: Han Purple. HEX triplet: 53, 06 and DA. RGB value is (83,6,218). Sum of RGB (Red+Green+Blue) = 83+6+218=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 6 (2.73% from 255 or 1.95% from 307); Blue value is 218 (85.55% from 255 or 71.01% from 307); Max value from RGB is 218 - color contains mainly: blue. Hex color #5306DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5306DA is #ACF925. Grayscale: #343434. Windows color (decimal): -11335974 or 14288467. OLE color: 14288467.
HSL color Cylindrical-coordinate representation of color #5306DA: hue angle of 261.79º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5306DA is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 6 | 218 | - |
| CMYK | 0.62 | 0.97 | 0 | 0.15 |
| HSL | 261.79º | 0.95% | 0.44% | - |
| HSV(B) | 261.79º | 0.97% | 0.85% | - |
| XYZ | 16.29 | 7.03 | 66.83 | - |
| YUV | 53.19 | 221.01 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 6 | 218 | 0.62 | 0.97 | 0 | 0.15 | 261.79 | 0.95 | 0.44 |
| Hex | 53 | 6 | DA | 3E | 61 | 0 | F | 106 | 5F | 2C |
| Octal | 123 | 6 | 332 | 76 | 141 | 0 | 17 | 406 | 137 | 54 |
| Binary | 1010011 | 110 | 11011010 | 111110 | 1100001 | 0 | 1111 | 100000110 | 1011111 | 101100 |
Color Harmonies of #5306DA
Complementary color
Monochromatic Colors of #5306DA
Black with #5306DA
Text Example
Text Example
White with #5306DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5306DA; }
p { color: rgb(83,6,218); }
H1.HeaderClassName
{
color: #5306DA;
}
.AnyTagClassName
{
color: #5306DA;
}
</style>
background-color css
<style>
a { background-color: #5306DA; }
a { background-color: rgb(83,6,218); }
div.DivClassName
{
background-color: #5306DA;
}
.BgClassName
{
background-color: #5306DA;
}
</style>
border-color css
<style>
span { border-color: #5306DA; }
span { border-color: rgb(83,6,218); }
td.TdClassName
{
border-color: #5306DA;
}
.TagClassName
{
border-color: #5306DA;
}
</style>