Shades of Han Purple #5509EE
Tints of Han Purple #5509EE
RGB
CMYK
RGB Variations
Color information
#5509EE (or 0x5509EE) is known color: Han Purple. HEX triplet: 55, 09 and EE. RGB value is (85,9,238). Sum of RGB (Red+Green+Blue) = 85+9+238=332 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.60% from 332); Green value is 9 (3.91% from 255 or 2.71% from 332); Blue value is 238 (93.36% from 255 or 71.69% from 332); Max value from RGB is 238 - color contains mainly: blue. Hex color #5509EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5509EE is #AAF611. Grayscale: #383838. Windows color (decimal): -11204114 or 15599957. OLE color: 15599957.
HSL color Cylindrical-coordinate representation of color #5509EE: hue angle of 259.91º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5509EE is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 9 | 238 | - |
| CMYK | 0.64 | 0.96 | 0 | 0.07 |
| HSL | 259.91º | 0.93% | 0.48% | - |
| HSV(B) | 259.91º | 0.96% | 0.93% | - |
| XYZ | 19.28 | 8.3 | 81.47 | - |
| YUV | 57.83 | 229.68 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 9 | 238 | 0.64 | 0.96 | 0 | 0.07 | 259.91 | 0.93 | 0.48 |
| Hex | 55 | 9 | EE | 40 | 60 | 0 | 7 | 104 | 5D | 30 |
| Octal | 125 | 11 | 356 | 100 | 140 | 0 | 7 | 404 | 135 | 60 |
| Binary | 1010101 | 1001 | 11101110 | 1000000 | 1100000 | 0 | 111 | 100000100 | 1011101 | 110000 |
Color Harmonies of #5509EE
Complementary color
Monochromatic Colors of #5509EE
Black with #5509EE
Text Example
Text Example
White with #5509EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5509EE; }
p { color: rgb(85,9,238); }
H1.HeaderClassName
{
color: #5509EE;
}
.AnyTagClassName
{
color: #5509EE;
}
</style>
background-color css
<style>
a { background-color: #5509EE; }
a { background-color: rgb(85,9,238); }
div.DivClassName
{
background-color: #5509EE;
}
.BgClassName
{
background-color: #5509EE;
}
</style>
border-color css
<style>
span { border-color: #5509EE; }
span { border-color: rgb(85,9,238); }
td.TdClassName
{
border-color: #5509EE;
}
.TagClassName
{
border-color: #5509EE;
}
</style>