Shades of Han Purple #5531FD
Tints of Han Purple #5531FD
RGB
CMYK
RGB Variations
Color information
#5531FD (or 0x5531FD) is known color: Han Purple. HEX triplet: 55, 31 and FD. RGB value is (85,49,253). Sum of RGB (Red+Green+Blue) = 85+49+253=387 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.96% from 387); Green value is 49 (19.53% from 255 or 12.66% from 387); Blue value is 253 (99.22% from 255 or 65.37% from 387); Max value from RGB is 253 - color contains mainly: blue. Hex color #5531FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5531FD is #AACE02. Grayscale: #525252. Windows color (decimal): -11193859 or 16593237. OLE color: 16593237.
HSL color Cylindrical-coordinate representation of color #5531FD: hue angle of 250.59º 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 #5531FD is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 49 | 253 | - |
| CMYK | 0.66 | 0.81 | 0 | 0.01 |
| HSL | 250.59º | 0.98% | 0.59% | - |
| HSV(B) | 250.59º | 0.81% | 0.99% | - |
| XYZ | 22.57 | 11.22 | 93.9 | - |
| YUV | 83.02 | 223.93 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 49 | 253 | 0.66 | 0.81 | 0 | 0.01 | 250.59 | 0.98 | 0.59 |
| Hex | 55 | 31 | FD | 42 | 51 | 0 | 1 | FB | 62 | 3B |
| Octal | 125 | 61 | 375 | 102 | 121 | 0 | 1 | 373 | 142 | 73 |
| Binary | 1010101 | 110001 | 11111101 | 1000010 | 1010001 | 0 | 1 | 11111011 | 1100010 | 111011 |
Color Harmonies of #5531FD
Complementary color
Monochromatic Colors of #5531FD
Black with #5531FD
Text Example
Text Example
White with #5531FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5531FD; }
p { color: rgb(85,49,253); }
H1.HeaderClassName
{
color: #5531FD;
}
.AnyTagClassName
{
color: #5531FD;
}
</style>
background-color css
<style>
a { background-color: #5531FD; }
a { background-color: rgb(85,49,253); }
div.DivClassName
{
background-color: #5531FD;
}
.BgClassName
{
background-color: #5531FD;
}
</style>
border-color css
<style>
span { border-color: #5531FD; }
span { border-color: rgb(85,49,253); }
td.TdClassName
{
border-color: #5531FD;
}
.TagClassName
{
border-color: #5531FD;
}
</style>