Shades of Han Purple #5520FC
Tints of Han Purple #5520FC
RGB
CMYK
RGB Variations
Color information
#5520FC (or 0x5520FC) is known color: Han Purple. HEX triplet: 55, 20 and FC. RGB value is (85,32,252). Sum of RGB (Red+Green+Blue) = 85+32+252=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 32 (12.89% from 255 or 8.67% from 369); Blue value is 252 (98.83% from 255 or 68.29% from 369); Max value from RGB is 252 - color contains mainly: blue. Hex color #5520FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5520FC is #AADF03. Grayscale: #484848. Windows color (decimal): -11198212 or 16523349. OLE color: 16523349.
HSL color Cylindrical-coordinate representation of color #5520FC: hue angle of 254.45º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5520FC is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 32 | 252 | - |
| CMYK | 0.66 | 0.87 | 0 | 0.01 |
| HSL | 254.45º | 0.97% | 0.56% | - |
| HSV(B) | 254.45º | 0.87% | 0.99% | - |
| XYZ | 21.83 | 9.99 | 92.87 | - |
| YUV | 72.93 | 229.06 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 32 | 252 | 0.66 | 0.87 | 0 | 0.01 | 254.45 | 0.97 | 0.56 |
| Hex | 55 | 20 | FC | 42 | 57 | 0 | 1 | FE | 61 | 38 |
| Octal | 125 | 40 | 374 | 102 | 127 | 0 | 1 | 376 | 141 | 70 |
| Binary | 1010101 | 100000 | 11111100 | 1000010 | 1010111 | 0 | 1 | 11111110 | 1100001 | 111000 |
Color Harmonies of #5520FC
Complementary color
Monochromatic Colors of #5520FC
Black with #5520FC
Text Example
Text Example
White with #5520FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5520FC; }
p { color: rgb(85,32,252); }
H1.HeaderClassName
{
color: #5520FC;
}
.AnyTagClassName
{
color: #5520FC;
}
</style>
background-color css
<style>
a { background-color: #5520FC; }
a { background-color: rgb(85,32,252); }
div.DivClassName
{
background-color: #5520FC;
}
.BgClassName
{
background-color: #5520FC;
}
</style>
border-color css
<style>
span { border-color: #5520FC; }
span { border-color: rgb(85,32,252); }
td.TdClassName
{
border-color: #5520FC;
}
.TagClassName
{
border-color: #5520FC;
}
</style>