Shades of Han Purple #5303DF
Tints of Han Purple #5303DF
RGB
CMYK
RGB Variations
Color information
#5303DF (or 0x5303DF) is known color: Han Purple. HEX triplet: 53, 03 and DF. RGB value is (83,3,223). Sum of RGB (Red+Green+Blue) = 83+3+223=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 3 (1.56% from 255 or 0.97% from 309); Blue value is 223 (87.5% from 255 or 72.17% from 309); Max value from RGB is 223 - color contains mainly: blue. Hex color #5303DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5303DF is #ACFC20. Grayscale: #333333. Windows color (decimal): -11336737 or 14615379. OLE color: 14615379.
HSL color Cylindrical-coordinate representation of color #5303DF: hue angle of 261.82º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5303DF is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 3 | 223 | - |
| CMYK | 0.63 | 0.99 | 0 | 0.13 |
| HSL | 261.82º | 0.97% | 0.44% | - |
| HSV(B) | 261.82º | 0.99% | 0.87% | - |
| XYZ | 16.92 | 7.23 | 70.32 | - |
| YUV | 52 | 224.5 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 3 | 223 | 0.63 | 0.99 | 0 | 0.13 | 261.82 | 0.97 | 0.44 |
| Hex | 53 | 3 | DF | 3F | 63 | 0 | D | 106 | 61 | 2C |
| Octal | 123 | 3 | 337 | 77 | 143 | 0 | 15 | 406 | 141 | 54 |
| Binary | 1010011 | 11 | 11011111 | 111111 | 1100011 | 0 | 1101 | 100000110 | 1100001 | 101100 |
Color Harmonies of #5303DF
Complementary color
Monochromatic Colors of #5303DF
Black with #5303DF
Text Example
Text Example
White with #5303DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5303DF; }
p { color: rgb(83,3,223); }
H1.HeaderClassName
{
color: #5303DF;
}
.AnyTagClassName
{
color: #5303DF;
}
</style>
background-color css
<style>
a { background-color: #5303DF; }
a { background-color: rgb(83,3,223); }
div.DivClassName
{
background-color: #5303DF;
}
.BgClassName
{
background-color: #5303DF;
}
</style>
border-color css
<style>
span { border-color: #5303DF; }
span { border-color: rgb(83,3,223); }
td.TdClassName
{
border-color: #5303DF;
}
.TagClassName
{
border-color: #5303DF;
}
</style>