Shades of Han Purple #5304ED
Tints of Han Purple #5304ED
RGB
CMYK
RGB Variations
Color information
#5304ED (or 0x5304ED) is known color: Han Purple. HEX triplet: 53, 04 and ED. RGB value is (83,4,237). Sum of RGB (Red+Green+Blue) = 83+4+237=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 4 (1.95% from 255 or 1.23% from 324); Blue value is 237 (92.97% from 255 or 73.15% from 324); Max value from RGB is 237 - color contains mainly: blue. Hex color #5304ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5304ED is #ACFB12. Grayscale: #353535. Windows color (decimal): -11336467 or 15533139. OLE color: 15533139.
HSL color Cylindrical-coordinate representation of color #5304ED: hue angle of 260.34º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5304ED is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 4 | 237 | - |
| CMYK | 0.65 | 0.98 | 0 | 0.07 |
| HSL | 260.34º | 0.97% | 0.47% | - |
| HSV(B) | 260.34º | 0.98% | 0.93% | - |
| XYZ | 18.9 | 8.04 | 80.68 | - |
| YUV | 54.18 | 231.17 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 4 | 237 | 0.65 | 0.98 | 0 | 0.07 | 260.34 | 0.97 | 0.47 |
| Hex | 53 | 4 | ED | 41 | 62 | 0 | 7 | 104 | 61 | 2F |
| Octal | 123 | 4 | 355 | 101 | 142 | 0 | 7 | 404 | 141 | 57 |
| Binary | 1010011 | 100 | 11101101 | 1000001 | 1100010 | 0 | 111 | 100000100 | 1100001 | 101111 |
Color Harmonies of #5304ED
Complementary color
Monochromatic Colors of #5304ED
Black with #5304ED
Text Example
Text Example
White with #5304ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5304ED; }
p { color: rgb(83,4,237); }
H1.HeaderClassName
{
color: #5304ED;
}
.AnyTagClassName
{
color: #5304ED;
}
</style>
background-color css
<style>
a { background-color: #5304ED; }
a { background-color: rgb(83,4,237); }
div.DivClassName
{
background-color: #5304ED;
}
.BgClassName
{
background-color: #5304ED;
}
</style>
border-color css
<style>
span { border-color: #5304ED; }
span { border-color: rgb(83,4,237); }
td.TdClassName
{
border-color: #5304ED;
}
.TagClassName
{
border-color: #5304ED;
}
</style>