Shades of Han Purple #5503DD
Tints of Han Purple #5503DD
RGB
CMYK
RGB Variations
Color information
#5503DD (or 0x5503DD) is known color: Han Purple. HEX triplet: 55, 03 and DD. RGB value is (85,3,221). Sum of RGB (Red+Green+Blue) = 85+3+221=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 3 (1.56% from 255 or 0.97% from 309); Blue value is 221 (86.72% from 255 or 71.52% from 309); Max value from RGB is 221 - color contains mainly: blue. Hex color #5503DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5503DD is #AAFC22. Grayscale: #333333. Windows color (decimal): -11205667 or 14484309. OLE color: 14484309.
HSL color Cylindrical-coordinate representation of color #5503DD: hue angle of 262.57º 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 #5503DD is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 3 | 221 | - |
| CMYK | 0.62 | 0.99 | 0 | 0.13 |
| HSL | 262.57º | 0.97% | 0.44% | - |
| HSV(B) | 262.57º | 0.99% | 0.87% | - |
| XYZ | 16.83 | 7.22 | 68.91 | - |
| YUV | 52.37 | 223.17 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 3 | 221 | 0.62 | 0.99 | 0 | 0.13 | 262.57 | 0.97 | 0.44 |
| Hex | 55 | 3 | DD | 3E | 63 | 0 | D | 107 | 61 | 2C |
| Octal | 125 | 3 | 335 | 76 | 143 | 0 | 15 | 407 | 141 | 54 |
| Binary | 1010101 | 11 | 11011101 | 111110 | 1100011 | 0 | 1101 | 100000111 | 1100001 | 101100 |
Color Harmonies of #5503DD
Complementary color
Monochromatic Colors of #5503DD
Black with #5503DD
Text Example
Text Example
White with #5503DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5503DD; }
p { color: rgb(85,3,221); }
H1.HeaderClassName
{
color: #5503DD;
}
.AnyTagClassName
{
color: #5503DD;
}
</style>
background-color css
<style>
a { background-color: #5503DD; }
a { background-color: rgb(85,3,221); }
div.DivClassName
{
background-color: #5503DD;
}
.BgClassName
{
background-color: #5503DD;
}
</style>
border-color css
<style>
span { border-color: #5503DD; }
span { border-color: rgb(85,3,221); }
td.TdClassName
{
border-color: #5503DD;
}
.TagClassName
{
border-color: #5503DD;
}
</style>