Shades of Han Purple #5304DC
Tints of Han Purple #5304DC
RGB
CMYK
RGB Variations
Color information
#5304DC (or 0x5304DC) is known color: Han Purple. HEX triplet: 53, 04 and DC. RGB value is (83,4,220). Sum of RGB (Red+Green+Blue) = 83+4+220=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 4 (1.95% from 255 or 1.30% from 307); Blue value is 220 (86.33% from 255 or 71.66% from 307); Max value from RGB is 220 - color contains mainly: blue. Hex color #5304DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5304DC is #ACFB23. Grayscale: #333333. Windows color (decimal): -11336484 or 14419027. OLE color: 14419027.
HSL color Cylindrical-coordinate representation of color #5304DC: hue angle of 261.94º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5304DC is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 4 | 220 | - |
| CMYK | 0.62 | 0.98 | 0 | 0.14 |
| HSL | 261.94º | 0.96% | 0.44% | - |
| HSV(B) | 261.94º | 0.98% | 0.86% | - |
| XYZ | 16.53 | 7.09 | 68.21 | - |
| YUV | 52.25 | 222.67 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 4 | 220 | 0.62 | 0.98 | 0 | 0.14 | 261.94 | 0.96 | 0.44 |
| Hex | 53 | 4 | DC | 3E | 62 | 0 | E | 106 | 60 | 2C |
| Octal | 123 | 4 | 334 | 76 | 142 | 0 | 16 | 406 | 140 | 54 |
| Binary | 1010011 | 100 | 11011100 | 111110 | 1100010 | 0 | 1110 | 100000110 | 1100000 | 101100 |
Color Harmonies of #5304DC
Complementary color
Monochromatic Colors of #5304DC
Black with #5304DC
Text Example
Text Example
White with #5304DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5304DC; }
p { color: rgb(83,4,220); }
H1.HeaderClassName
{
color: #5304DC;
}
.AnyTagClassName
{
color: #5304DC;
}
</style>
background-color css
<style>
a { background-color: #5304DC; }
a { background-color: rgb(83,4,220); }
div.DivClassName
{
background-color: #5304DC;
}
.BgClassName
{
background-color: #5304DC;
}
</style>
border-color css
<style>
span { border-color: #5304DC; }
span { border-color: rgb(83,4,220); }
td.TdClassName
{
border-color: #5304DC;
}
.TagClassName
{
border-color: #5304DC;
}
</style>