Shades of Han Purple #5532FD
Tints of Han Purple #5532FD
RGB
CMYK
RGB Variations
Color information
#5532FD (or 0x5532FD) is known color: Han Purple. HEX triplet: 55, 32 and FD. RGB value is (85,50,253). Sum of RGB (Red+Green+Blue) = 85+50+253=388 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.91% from 388); Green value is 50 (19.92% from 255 or 12.89% from 388); Blue value is 253 (99.22% from 255 or 65.21% from 388); Max value from RGB is 253 - color contains mainly: blue. Hex color #5532FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5532FD is #AACD02. Grayscale: #525252. Windows color (decimal): -11193603 or 16593493. OLE color: 16593493.
HSL color Cylindrical-coordinate representation of color #5532FD: hue angle of 250.34º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5532FD is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 50 | 253 | - |
| CMYK | 0.66 | 0.80 | 0 | 0.01 |
| HSL | 250.34º | 0.98% | 0.59% | - |
| HSV(B) | 250.34º | 0.8% | 0.99% | - |
| XYZ | 22.62 | 11.3 | 93.92 | - |
| YUV | 83.61 | 223.6 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 50 | 253 | 0.66 | 0.80 | 0 | 0.01 | 250.34 | 0.98 | 0.59 |
| Hex | 55 | 32 | FD | 42 | 50 | 0 | 1 | FA | 62 | 3B |
| Octal | 125 | 62 | 375 | 102 | 120 | 0 | 1 | 372 | 142 | 73 |
| Binary | 1010101 | 110010 | 11111101 | 1000010 | 1010000 | 0 | 1 | 11111010 | 1100010 | 111011 |
Color Harmonies of #5532FD
Complementary color
Monochromatic Colors of #5532FD
Black with #5532FD
Text Example
Text Example
White with #5532FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5532FD; }
p { color: rgb(85,50,253); }
H1.HeaderClassName
{
color: #5532FD;
}
.AnyTagClassName
{
color: #5532FD;
}
</style>
background-color css
<style>
a { background-color: #5532FD; }
a { background-color: rgb(85,50,253); }
div.DivClassName
{
background-color: #5532FD;
}
.BgClassName
{
background-color: #5532FD;
}
</style>
border-color css
<style>
span { border-color: #5532FD; }
span { border-color: rgb(85,50,253); }
td.TdClassName
{
border-color: #5532FD;
}
.TagClassName
{
border-color: #5532FD;
}
</style>