Shades of Han Purple #5305D8
Tints of Han Purple #5305D8
RGB
CMYK
RGB Variations
Color information
#5305D8 (or 0x5305D8) is known color: Han Purple. HEX triplet: 53, 05 and D8. RGB value is (83,5,216). Sum of RGB (Red+Green+Blue) = 83+5+216=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 5 (2.34% from 255 or 1.64% from 304); Blue value is 216 (84.77% from 255 or 71.05% from 304); Max value from RGB is 216 - color contains mainly: blue. Hex color #5305D8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5305D8 is #ACFA27. Grayscale: #333333. Windows color (decimal): -11336232 or 14157139. OLE color: 14157139.
HSL color Cylindrical-coordinate representation of color #5305D8: hue angle of 262.18º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5305D8 is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 5 | 216 | - |
| CMYK | 0.62 | 0.98 | 0 | 0.15 |
| HSL | 262.18º | 0.95% | 0.43% | - |
| HSV(B) | 262.18º | 0.98% | 0.85% | - |
| XYZ | 16.02 | 6.91 | 65.45 | - |
| YUV | 52.38 | 220.34 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 5 | 216 | 0.62 | 0.98 | 0 | 0.15 | 262.18 | 0.95 | 0.43 |
| Hex | 53 | 5 | D8 | 3E | 62 | 0 | F | 106 | 5F | 2B |
| Octal | 123 | 5 | 330 | 76 | 142 | 0 | 17 | 406 | 137 | 53 |
| Binary | 1010011 | 101 | 11011000 | 111110 | 1100010 | 0 | 1111 | 100000110 | 1011111 | 101011 |
Color Harmonies of #5305D8
Complementary color
Monochromatic Colors of #5305D8
Black with #5305D8
Text Example
Text Example
White with #5305D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5305D8; }
p { color: rgb(83,5,216); }
H1.HeaderClassName
{
color: #5305D8;
}
.AnyTagClassName
{
color: #5305D8;
}
</style>
background-color css
<style>
a { background-color: #5305D8; }
a { background-color: rgb(83,5,216); }
div.DivClassName
{
background-color: #5305D8;
}
.BgClassName
{
background-color: #5305D8;
}
</style>
border-color css
<style>
span { border-color: #5305D8; }
span { border-color: rgb(83,5,216); }
td.TdClassName
{
border-color: #5305D8;
}
.TagClassName
{
border-color: #5305D8;
}
</style>