Shades of Han Purple #5527DF
Tints of Han Purple #5527DF
RGB
CMYK
RGB Variations
Color information
#5527DF (or 0x5527DF) is known color: Han Purple. HEX triplet: 55, 27 and DF. RGB value is (85,39,223). Sum of RGB (Red+Green+Blue) = 85+39+223=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 39 (15.62% from 255 or 11.24% from 347); Blue value is 223 (87.5% from 255 or 64.27% from 347); Max value from RGB is 223 - color contains mainly: blue. Hex color #5527DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5527DF is #AAD820. Grayscale: #494949. Windows color (decimal): -11196449 or 14624597. OLE color: 14624597.
HSL color Cylindrical-coordinate representation of color #5527DF: hue angle of 255º 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 #5527DF is Cyan = 0.62, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 39 | 223 | - |
| CMYK | 0.62 | 0.83 | 0 | 0.13 |
| HSL | 255º | 0.74% | 0.51% | - |
| HSV(B) | 255º | 0.83% | 0.87% | - |
| XYZ | 17.79 | 8.71 | 70.56 | - |
| YUV | 73.73 | 212.24 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 39 | 223 | 0.62 | 0.83 | 0 | 0.13 | 255 | 0.74 | 0.51 |
| Hex | 55 | 27 | DF | 3E | 53 | 0 | D | FF | 4A | 33 |
| Octal | 125 | 47 | 337 | 76 | 123 | 0 | 15 | 377 | 112 | 63 |
| Binary | 1010101 | 100111 | 11011111 | 111110 | 1010011 | 0 | 1101 | 11111111 | 1001010 | 110011 |
Color Harmonies of #5527DF
Complementary color
Monochromatic Colors of #5527DF
Black with #5527DF
Text Example
Text Example
White with #5527DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5527DF; }
p { color: rgb(85,39,223); }
H1.HeaderClassName
{
color: #5527DF;
}
.AnyTagClassName
{
color: #5527DF;
}
</style>
background-color css
<style>
a { background-color: #5527DF; }
a { background-color: rgb(85,39,223); }
div.DivClassName
{
background-color: #5527DF;
}
.BgClassName
{
background-color: #5527DF;
}
</style>
border-color css
<style>
span { border-color: #5527DF; }
span { border-color: rgb(85,39,223); }
td.TdClassName
{
border-color: #5527DF;
}
.TagClassName
{
border-color: #5527DF;
}
</style>