Shades of Han Purple #5305E6
Tints of Han Purple #5305E6
RGB
CMYK
RGB Variations
Color information
#5305E6 (or 0x5305E6) is known color: Han Purple. HEX triplet: 53, 05 and E6. RGB value is (83,5,230). Sum of RGB (Red+Green+Blue) = 83+5+230=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 5 (2.34% from 255 or 1.57% from 318); Blue value is 230 (90.23% from 255 or 72.33% from 318); Max value from RGB is 230 - color contains mainly: blue. Hex color #5305E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5305E6 is #ACFA19. Grayscale: #353535. Windows color (decimal): -11336218 or 15074643. OLE color: 15074643.
HSL color Cylindrical-coordinate representation of color #5305E6: hue angle of 260.8º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5305E6 is Cyan = 0.64, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 83 | 5 | 230 | - |
| CMYK | 0.64 | 0.98 | 0 | 0.10 |
| HSL | 260.8º | 0.96% | 0.46% | - |
| HSV(B) | 260.8º | 0.98% | 0.9% | - |
| XYZ | 17.9 | 7.66 | 75.4 | - |
| YUV | 53.97 | 227.34 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 5 | 230 | 0.64 | 0.98 | 0 | 0.10 | 260.8 | 0.96 | 0.46 |
| Hex | 53 | 5 | E6 | 40 | 62 | 0 | A | 105 | 60 | 2E |
| Octal | 123 | 5 | 346 | 100 | 142 | 0 | 12 | 405 | 140 | 56 |
| Binary | 1010011 | 101 | 11100110 | 1000000 | 1100010 | 0 | 1010 | 100000101 | 1100000 | 101110 |
Color Harmonies of #5305E6
Complementary color
Monochromatic Colors of #5305E6
Black with #5305E6
Text Example
Text Example
White with #5305E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5305E6; }
p { color: rgb(83,5,230); }
H1.HeaderClassName
{
color: #5305E6;
}
.AnyTagClassName
{
color: #5305E6;
}
</style>
background-color css
<style>
a { background-color: #5305E6; }
a { background-color: rgb(83,5,230); }
div.DivClassName
{
background-color: #5305E6;
}
.BgClassName
{
background-color: #5305E6;
}
</style>
border-color css
<style>
span { border-color: #5305E6; }
span { border-color: rgb(83,5,230); }
td.TdClassName
{
border-color: #5305E6;
}
.TagClassName
{
border-color: #5305E6;
}
</style>