Shades of Han Purple #5505DD
Tints of Han Purple #5505DD
RGB
CMYK
RGB Variations
Color information
#5505DD (or 0x5505DD) is known color: Han Purple. HEX triplet: 55, 05 and DD. RGB value is (85,5,221). Sum of RGB (Red+Green+Blue) = 85+5+221=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 5 (2.34% from 255 or 1.61% from 311); Blue value is 221 (86.72% from 255 or 71.06% from 311); Max value from RGB is 221 - color contains mainly: blue. Hex color #5505DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5505DD is #AAFA22. Grayscale: #343434. Windows color (decimal): -11205155 or 14484821. OLE color: 14484821.
HSL color Cylindrical-coordinate representation of color #5505DD: hue angle of 262.22º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5505DD is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 5 | 221 | - |
| CMYK | 0.62 | 0.98 | 0 | 0.13 |
| HSL | 262.22º | 0.96% | 0.44% | - |
| HSV(B) | 262.22º | 0.98% | 0.87% | - |
| XYZ | 16.85 | 7.26 | 68.92 | - |
| YUV | 53.54 | 222.5 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 5 | 221 | 0.62 | 0.98 | 0 | 0.13 | 262.22 | 0.96 | 0.44 |
| Hex | 55 | 5 | DD | 3E | 62 | 0 | D | 106 | 60 | 2C |
| Octal | 125 | 5 | 335 | 76 | 142 | 0 | 15 | 406 | 140 | 54 |
| Binary | 1010101 | 101 | 11011101 | 111110 | 1100010 | 0 | 1101 | 100000110 | 1100000 | 101100 |
Color Harmonies of #5505DD
Complementary color
Monochromatic Colors of #5505DD
Black with #5505DD
Text Example
Text Example
White with #5505DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5505DD; }
p { color: rgb(85,5,221); }
H1.HeaderClassName
{
color: #5505DD;
}
.AnyTagClassName
{
color: #5505DD;
}
</style>
background-color css
<style>
a { background-color: #5505DD; }
a { background-color: rgb(85,5,221); }
div.DivClassName
{
background-color: #5505DD;
}
.BgClassName
{
background-color: #5505DD;
}
</style>
border-color css
<style>
span { border-color: #5505DD; }
span { border-color: rgb(85,5,221); }
td.TdClassName
{
border-color: #5505DD;
}
.TagClassName
{
border-color: #5505DD;
}
</style>