Shades of Han Purple #5530FC
Tints of Han Purple #5530FC
RGB
CMYK
RGB Variations
Color information
#5530FC (or 0x5530FC) is known color: Han Purple. HEX triplet: 55, 30 and FC. RGB value is (85,48,252). Sum of RGB (Red+Green+Blue) = 85+48+252=385 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.08% from 385); Green value is 48 (19.14% from 255 or 12.47% from 385); Blue value is 252 (98.83% from 255 or 65.45% from 385); Max value from RGB is 252 - color contains mainly: blue. Hex color #5530FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5530FC is #AACF03. Grayscale: #515151. Windows color (decimal): -11194116 or 16527445. OLE color: 16527445.
HSL color Cylindrical-coordinate representation of color #5530FC: hue angle of 250.88º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5530FC is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 48 | 252 | - |
| CMYK | 0.66 | 0.81 | 0 | 0.01 |
| HSL | 250.88º | 0.97% | 0.59% | - |
| HSV(B) | 250.88º | 0.81% | 0.99% | - |
| XYZ | 22.37 | 11.07 | 93.05 | - |
| YUV | 82.32 | 223.76 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 48 | 252 | 0.66 | 0.81 | 0 | 0.01 | 250.88 | 0.97 | 0.59 |
| Hex | 55 | 30 | FC | 42 | 51 | 0 | 1 | FB | 61 | 3B |
| Octal | 125 | 60 | 374 | 102 | 121 | 0 | 1 | 373 | 141 | 73 |
| Binary | 1010101 | 110000 | 11111100 | 1000010 | 1010001 | 0 | 1 | 11111011 | 1100001 | 111011 |
Color Harmonies of #5530FC
Complementary color
Monochromatic Colors of #5530FC
Black with #5530FC
Text Example
Text Example
White with #5530FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5530FC; }
p { color: rgb(85,48,252); }
H1.HeaderClassName
{
color: #5530FC;
}
.AnyTagClassName
{
color: #5530FC;
}
</style>
background-color css
<style>
a { background-color: #5530FC; }
a { background-color: rgb(85,48,252); }
div.DivClassName
{
background-color: #5530FC;
}
.BgClassName
{
background-color: #5530FC;
}
</style>
border-color css
<style>
span { border-color: #5530FC; }
span { border-color: rgb(85,48,252); }
td.TdClassName
{
border-color: #5530FC;
}
.TagClassName
{
border-color: #5530FC;
}
</style>