Shades of Han Purple #5525DC
Tints of Han Purple #5525DC
RGB
CMYK
RGB Variations
Color information
#5525DC (or 0x5525DC) is known color: Han Purple. HEX triplet: 55, 25 and DC. RGB value is (85,37,220). Sum of RGB (Red+Green+Blue) = 85+37+220=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 37 (14.84% from 255 or 10.82% from 342); Blue value is 220 (86.33% from 255 or 64.33% from 342); Max value from RGB is 220 - color contains mainly: blue. Hex color #5525DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5525DC is #AADA23. Grayscale: #474747. Windows color (decimal): -11196964 or 14427477. OLE color: 14427477.
HSL color Cylindrical-coordinate representation of color #5525DC: hue angle of 255.74º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5525DC is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 37 | 220 | - |
| CMYK | 0.61 | 0.83 | 0 | 0.14 |
| HSL | 255.74º | 0.72% | 0.5% | - |
| HSV(B) | 255.74º | 0.83% | 0.86% | - |
| XYZ | 17.33 | 8.42 | 68.42 | - |
| YUV | 72.21 | 211.4 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 37 | 220 | 0.61 | 0.83 | 0 | 0.14 | 255.74 | 0.72 | 0.5 |
| Hex | 55 | 25 | DC | 3D | 53 | 0 | E | 100 | 48 | 32 |
| Octal | 125 | 45 | 334 | 75 | 123 | 0 | 16 | 400 | 110 | 62 |
| Binary | 1010101 | 100101 | 11011100 | 111101 | 1010011 | 0 | 1110 | 100000000 | 1001000 | 110010 |
Color Harmonies of #5525DC
Complementary color
Monochromatic Colors of #5525DC
Black with #5525DC
Text Example
Text Example
White with #5525DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5525DC; }
p { color: rgb(85,37,220); }
H1.HeaderClassName
{
color: #5525DC;
}
.AnyTagClassName
{
color: #5525DC;
}
</style>
background-color css
<style>
a { background-color: #5525DC; }
a { background-color: rgb(85,37,220); }
div.DivClassName
{
background-color: #5525DC;
}
.BgClassName
{
background-color: #5525DC;
}
</style>
border-color css
<style>
span { border-color: #5525DC; }
span { border-color: rgb(85,37,220); }
td.TdClassName
{
border-color: #5525DC;
}
.TagClassName
{
border-color: #5525DC;
}
</style>