Shades of Han Purple #5509DE
Tints of Han Purple #5509DE
RGB
CMYK
RGB Variations
Color information
#5509DE (or 0x5509DE) is known color: Han Purple. HEX triplet: 55, 09 and DE. RGB value is (85,9,222). Sum of RGB (Red+Green+Blue) = 85+9+222=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 9 (3.91% from 255 or 2.85% from 316); Blue value is 222 (87.11% from 255 or 70.25% from 316); Max value from RGB is 222 - color contains mainly: blue. Hex color #5509DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5509DE is #AAF621. Grayscale: #373737. Windows color (decimal): -11204130 or 14551381. OLE color: 14551381.
HSL color Cylindrical-coordinate representation of color #5509DE: hue angle of 261.41º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5509DE is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 9 | 222 | - |
| CMYK | 0.62 | 0.96 | 0 | 0.13 |
| HSL | 261.41º | 0.92% | 0.45% | - |
| HSV(B) | 261.41º | 0.96% | 0.87% | - |
| XYZ | 17.03 | 7.4 | 69.64 | - |
| YUV | 56.01 | 221.68 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 9 | 222 | 0.62 | 0.96 | 0 | 0.13 | 261.41 | 0.92 | 0.45 |
| Hex | 55 | 9 | DE | 3E | 60 | 0 | D | 105 | 5C | 2D |
| Octal | 125 | 11 | 336 | 76 | 140 | 0 | 15 | 405 | 134 | 55 |
| Binary | 1010101 | 1001 | 11011110 | 111110 | 1100000 | 0 | 1101 | 100000101 | 1011100 | 101101 |
Color Harmonies of #5509DE
Complementary color
Monochromatic Colors of #5509DE
Black with #5509DE
Text Example
Text Example
White with #5509DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5509DE; }
p { color: rgb(85,9,222); }
H1.HeaderClassName
{
color: #5509DE;
}
.AnyTagClassName
{
color: #5509DE;
}
</style>
background-color css
<style>
a { background-color: #5509DE; }
a { background-color: rgb(85,9,222); }
div.DivClassName
{
background-color: #5509DE;
}
.BgClassName
{
background-color: #5509DE;
}
</style>
border-color css
<style>
span { border-color: #5509DE; }
span { border-color: rgb(85,9,222); }
td.TdClassName
{
border-color: #5509DE;
}
.TagClassName
{
border-color: #5509DE;
}
</style>