Shades of Han Purple #5305FE
Tints of Han Purple #5305FE
RGB
CMYK
RGB Variations
Color information
#5305FE (or 0x5305FE) is known color: Han Purple. HEX triplet: 53, 05 and FE. RGB value is (83,5,254). Sum of RGB (Red+Green+Blue) = 83+5+254=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 5 (2.34% from 255 or 1.46% from 342); Blue value is 254 (99.61% from 255 or 74.27% from 342); Max value from RGB is 254 - color contains mainly: blue. Hex color #5305FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5305FE is #ACFA01. Grayscale: #373737. Windows color (decimal): -11336194 or 16647507. OLE color: 16647507.
HSL color Cylindrical-coordinate representation of color #5305FE: hue angle of 258.8º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5305FE is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 5 | 254 | - |
| CMYK | 0.67 | 0.98 | 0 | 0.00 |
| HSL | 258.8º | 0.99% | 0.51% | - |
| HSV(B) | 258.8º | 0.98% | 1% | - |
| XYZ | 21.51 | 9.1 | 94.39 | - |
| YUV | 56.71 | 239.34 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 5 | 254 | 0.67 | 0.98 | 0 | 0.00 | 258.8 | 0.99 | 0.51 |
| Hex | 53 | 5 | FE | 43 | 62 | 0 | 0 | 103 | 63 | 33 |
| Octal | 123 | 5 | 376 | 103 | 142 | 0 | 0 | 403 | 143 | 63 |
| Binary | 1010011 | 101 | 11111110 | 1000011 | 1100010 | 0 | 0 | 100000011 | 1100011 | 110011 |
Color Harmonies of #5305FE
Complementary color
Monochromatic Colors of #5305FE
Black with #5305FE
Text Example
Text Example
White with #5305FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5305FE; }
p { color: rgb(83,5,254); }
H1.HeaderClassName
{
color: #5305FE;
}
.AnyTagClassName
{
color: #5305FE;
}
</style>
background-color css
<style>
a { background-color: #5305FE; }
a { background-color: rgb(83,5,254); }
div.DivClassName
{
background-color: #5305FE;
}
.BgClassName
{
background-color: #5305FE;
}
</style>
border-color css
<style>
span { border-color: #5305FE; }
span { border-color: rgb(83,5,254); }
td.TdClassName
{
border-color: #5305FE;
}
.TagClassName
{
border-color: #5305FE;
}
</style>