Shades of Han Purple #5303DD
Tints of Han Purple #5303DD
RGB
CMYK
RGB Variations
Color information
#5303DD (or 0x5303DD) is known color: Han Purple. HEX triplet: 53, 03 and DD. RGB value is (83,3,221). Sum of RGB (Red+Green+Blue) = 83+3+221=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 221 (86.72% from 255 or 71.99% from 307); Max value from RGB is 221 - color contains mainly: blue. Hex color #5303DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5303DD is #ACFC22. Grayscale: #323232. Windows color (decimal): -11336739 or 14484307. OLE color: 14484307.
HSL color Cylindrical-coordinate representation of color #5303DD: hue angle of 262.02º 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 #5303DD is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 3 | 221 | - |
| CMYK | 0.62 | 0.99 | 0 | 0.13 |
| HSL | 262.02º | 0.97% | 0.44% | - |
| HSV(B) | 262.02º | 0.99% | 0.87% | - |
| XYZ | 16.65 | 7.12 | 68.9 | - |
| YUV | 51.77 | 223.5 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 3 | 221 | 0.62 | 0.99 | 0 | 0.13 | 262.02 | 0.97 | 0.44 |
| Hex | 53 | 3 | DD | 3E | 63 | 0 | D | 106 | 61 | 2C |
| Octal | 123 | 3 | 335 | 76 | 143 | 0 | 15 | 406 | 141 | 54 |
| Binary | 1010011 | 11 | 11011101 | 111110 | 1100011 | 0 | 1101 | 100000110 | 1100001 | 101100 |
Color Harmonies of #5303DD
Complementary color
Monochromatic Colors of #5303DD
Black with #5303DD
Text Example
Text Example
White with #5303DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5303DD; }
p { color: rgb(83,3,221); }
H1.HeaderClassName
{
color: #5303DD;
}
.AnyTagClassName
{
color: #5303DD;
}
</style>
background-color css
<style>
a { background-color: #5303DD; }
a { background-color: rgb(83,3,221); }
div.DivClassName
{
background-color: #5303DD;
}
.BgClassName
{
background-color: #5303DD;
}
</style>
border-color css
<style>
span { border-color: #5303DD; }
span { border-color: rgb(83,3,221); }
td.TdClassName
{
border-color: #5303DD;
}
.TagClassName
{
border-color: #5303DD;
}
</style>