Shades of Han Purple #5530FD
Tints of Han Purple #5530FD
RGB
CMYK
RGB Variations
Color information
#5530FD (or 0x5530FD) is known color: Han Purple. HEX triplet: 55, 30 and FD. RGB value is (85,48,253). Sum of RGB (Red+Green+Blue) = 85+48+253=386 (51% of max value = 765). Red value is 85 (33.59% from 255 or 22.02% from 386); Green value is 48 (19.14% from 255 or 12.44% from 386); Blue value is 253 (99.22% from 255 or 65.54% from 386); Max value from RGB is 253 - color contains mainly: blue. Hex color #5530FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5530FD is #AACF02. Grayscale: #515151. Windows color (decimal): -11194115 or 16592981. OLE color: 16592981.
HSL color Cylindrical-coordinate representation of color #5530FD: hue angle of 250.83º degrees, saturation: 0.98, 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 #5530FD is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 48 | 253 | - |
| CMYK | 0.66 | 0.81 | 0 | 0.01 |
| HSL | 250.83º | 0.98% | 0.59% | - |
| HSV(B) | 250.83º | 0.81% | 0.99% | - |
| XYZ | 22.53 | 11.14 | 93.89 | - |
| YUV | 82.43 | 224.26 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 48 | 253 | 0.66 | 0.81 | 0 | 0.01 | 250.83 | 0.98 | 0.59 |
| Hex | 55 | 30 | FD | 42 | 51 | 0 | 1 | FB | 62 | 3B |
| Octal | 125 | 60 | 375 | 102 | 121 | 0 | 1 | 373 | 142 | 73 |
| Binary | 1010101 | 110000 | 11111101 | 1000010 | 1010001 | 0 | 1 | 11111011 | 1100010 | 111011 |
Color Harmonies of #5530FD
Complementary color
Monochromatic Colors of #5530FD
Black with #5530FD
Text Example
Text Example
White with #5530FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5530FD; }
p { color: rgb(85,48,253); }
H1.HeaderClassName
{
color: #5530FD;
}
.AnyTagClassName
{
color: #5530FD;
}
</style>
background-color css
<style>
a { background-color: #5530FD; }
a { background-color: rgb(85,48,253); }
div.DivClassName
{
background-color: #5530FD;
}
.BgClassName
{
background-color: #5530FD;
}
</style>
border-color css
<style>
span { border-color: #5530FD; }
span { border-color: rgb(85,48,253); }
td.TdClassName
{
border-color: #5530FD;
}
.TagClassName
{
border-color: #5530FD;
}
</style>