Shades of Han Purple #5526DF
Tints of Han Purple #5526DF
RGB
CMYK
RGB Variations
Color information
#5526DF (or 0x5526DF) is known color: Han Purple. HEX triplet: 55, 26 and DF. RGB value is (85,38,223). Sum of RGB (Red+Green+Blue) = 85+38+223=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 38 (15.23% from 255 or 10.98% from 346); Blue value is 223 (87.5% from 255 or 64.45% from 346); Max value from RGB is 223 - color contains mainly: blue. Hex color #5526DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5526DF is #AAD920. Grayscale: #484848. Windows color (decimal): -11196705 or 14624341. OLE color: 14624341.
HSL color Cylindrical-coordinate representation of color #5526DF: hue angle of 255.24º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5526DF is Cyan = 0.62, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 38 | 223 | - |
| CMYK | 0.62 | 0.83 | 0 | 0.13 |
| HSL | 255.24º | 0.74% | 0.51% | - |
| HSV(B) | 255.24º | 0.83% | 0.87% | - |
| XYZ | 17.76 | 8.65 | 70.54 | - |
| YUV | 73.14 | 212.57 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 38 | 223 | 0.62 | 0.83 | 0 | 0.13 | 255.24 | 0.74 | 0.51 |
| Hex | 55 | 26 | DF | 3E | 53 | 0 | D | FF | 4A | 33 |
| Octal | 125 | 46 | 337 | 76 | 123 | 0 | 15 | 377 | 112 | 63 |
| Binary | 1010101 | 100110 | 11011111 | 111110 | 1010011 | 0 | 1101 | 11111111 | 1001010 | 110011 |
Color Harmonies of #5526DF
Complementary color
Monochromatic Colors of #5526DF
Black with #5526DF
Text Example
Text Example
White with #5526DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5526DF; }
p { color: rgb(85,38,223); }
H1.HeaderClassName
{
color: #5526DF;
}
.AnyTagClassName
{
color: #5526DF;
}
</style>
background-color css
<style>
a { background-color: #5526DF; }
a { background-color: rgb(85,38,223); }
div.DivClassName
{
background-color: #5526DF;
}
.BgClassName
{
background-color: #5526DF;
}
</style>
border-color css
<style>
span { border-color: #5526DF; }
span { border-color: rgb(85,38,223); }
td.TdClassName
{
border-color: #5526DF;
}
.TagClassName
{
border-color: #5526DF;
}
</style>