Shades of Han Purple #5503D1
Tints of Han Purple #5503D1
RGB
CMYK
RGB Variations
Color information
#5503D1 (or 0x5503D1) is known color: Han Purple. HEX triplet: 55, 03 and D1. RGB value is (85,3,209). Sum of RGB (Red+Green+Blue) = 85+3+209=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 3 (1.56% from 255 or 1.01% from 297); Blue value is 209 (82.03% from 255 or 70.37% from 297); Max value from RGB is 209 - color contains mainly: blue. Hex color #5503D1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5503D1 is #AAFC2E. Grayscale: #323232. Windows color (decimal): -11205679 or 13697877. OLE color: 13697877.
HSL color Cylindrical-coordinate representation of color #5503D1: hue angle of 263.88º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5503D1 is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 3 | 209 | - |
| CMYK | 0.59 | 0.99 | 0 | 0.18 |
| HSL | 263.88º | 0.97% | 0.42% | - |
| HSV(B) | 263.88º | 0.99% | 0.82% | - |
| XYZ | 15.29 | 6.6 | 60.79 | - |
| YUV | 51 | 217.17 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 3 | 209 | 0.59 | 0.99 | 0 | 0.18 | 263.88 | 0.97 | 0.42 |
| Hex | 55 | 3 | D1 | 3B | 63 | 0 | 12 | 108 | 61 | 2A |
| Octal | 125 | 3 | 321 | 73 | 143 | 0 | 22 | 410 | 141 | 52 |
| Binary | 1010101 | 11 | 11010001 | 111011 | 1100011 | 0 | 10010 | 100001000 | 1100001 | 101010 |
Color Harmonies of #5503D1
Complementary color
Monochromatic Colors of #5503D1
Black with #5503D1
Text Example
Text Example
White with #5503D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5503D1; }
p { color: rgb(85,3,209); }
H1.HeaderClassName
{
color: #5503D1;
}
.AnyTagClassName
{
color: #5503D1;
}
</style>
background-color css
<style>
a { background-color: #5503D1; }
a { background-color: rgb(85,3,209); }
div.DivClassName
{
background-color: #5503D1;
}
.BgClassName
{
background-color: #5503D1;
}
</style>
border-color css
<style>
span { border-color: #5503D1; }
span { border-color: rgb(85,3,209); }
td.TdClassName
{
border-color: #5503D1;
}
.TagClassName
{
border-color: #5503D1;
}
</style>