Shades of Han Purple #5524DE
Tints of Han Purple #5524DE
RGB
CMYK
RGB Variations
Color information
#5524DE (or 0x5524DE) is known color: Han Purple. HEX triplet: 55, 24 and DE. RGB value is (85,36,222). Sum of RGB (Red+Green+Blue) = 85+36+222=343 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.78% from 343); Green value is 36 (14.45% from 255 or 10.50% from 343); Blue value is 222 (87.11% from 255 or 64.72% from 343); Max value from RGB is 222 - color contains mainly: blue. Hex color #5524DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5524DE is #AADB21. Grayscale: #474747. Windows color (decimal): -11197218 or 14558293. OLE color: 14558293.
HSL color Cylindrical-coordinate representation of color #5524DE: hue angle of 255.81º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5524DE is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 36 | 222 | - |
| CMYK | 0.62 | 0.84 | 0 | 0.13 |
| HSL | 255.81º | 0.74% | 0.51% | - |
| HSV(B) | 255.81º | 0.84% | 0.87% | - |
| XYZ | 17.56 | 8.47 | 69.82 | - |
| YUV | 71.86 | 212.73 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 36 | 222 | 0.62 | 0.84 | 0 | 0.13 | 255.81 | 0.74 | 0.51 |
| Hex | 55 | 24 | DE | 3E | 54 | 0 | D | 100 | 4A | 33 |
| Octal | 125 | 44 | 336 | 76 | 124 | 0 | 15 | 400 | 112 | 63 |
| Binary | 1010101 | 100100 | 11011110 | 111110 | 1010100 | 0 | 1101 | 100000000 | 1001010 | 110011 |
Color Harmonies of #5524DE
Complementary color
Monochromatic Colors of #5524DE
Black with #5524DE
Text Example
Text Example
White with #5524DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5524DE; }
p { color: rgb(85,36,222); }
H1.HeaderClassName
{
color: #5524DE;
}
.AnyTagClassName
{
color: #5524DE;
}
</style>
background-color css
<style>
a { background-color: #5524DE; }
a { background-color: rgb(85,36,222); }
div.DivClassName
{
background-color: #5524DE;
}
.BgClassName
{
background-color: #5524DE;
}
</style>
border-color css
<style>
span { border-color: #5524DE; }
span { border-color: rgb(85,36,222); }
td.TdClassName
{
border-color: #5524DE;
}
.TagClassName
{
border-color: #5524DE;
}
</style>