Shades of Han Purple #551FF0
Tints of Han Purple #551FF0
RGB
CMYK
RGB Variations
Color information
#551FF0 (or 0x551FF0) is known color: Han Purple. HEX triplet: 55, 1F and F0. RGB value is (85,31,240). Sum of RGB (Red+Green+Blue) = 85+31+240=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 31 (12.5% from 255 or 8.71% from 356); Blue value is 240 (94.14% from 255 or 67.42% from 356); Max value from RGB is 240 - color contains mainly: blue. Hex color #551FF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #551FF0 is #AAE00F. Grayscale: #464646. Windows color (decimal): -11198480 or 15736661. OLE color: 15736661.
HSL color Cylindrical-coordinate representation of color #551FF0: hue angle of 255.5º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #551FF0 is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 31 | 240 | - |
| CMYK | 0.65 | 0.87 | 0 | 0.06 |
| HSL | 255.5º | 0.87% | 0.53% | - |
| HSV(B) | 255.5º | 0.87% | 0.94% | - |
| XYZ | 19.96 | 9.2 | 83.16 | - |
| YUV | 70.97 | 223.39 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 31 | 240 | 0.65 | 0.87 | 0 | 0.06 | 255.5 | 0.87 | 0.53 |
| Hex | 55 | 1F | F0 | 41 | 57 | 0 | 6 | 100 | 57 | 35 |
| Octal | 125 | 37 | 360 | 101 | 127 | 0 | 6 | 400 | 127 | 65 |
| Binary | 1010101 | 11111 | 11110000 | 1000001 | 1010111 | 0 | 110 | 100000000 | 1010111 | 110101 |
Color Harmonies of #551FF0
Complementary color
Monochromatic Colors of #551FF0
Black with #551FF0
Text Example
Text Example
White with #551FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551FF0; }
p { color: rgb(85,31,240); }
H1.HeaderClassName
{
color: #551FF0;
}
.AnyTagClassName
{
color: #551FF0;
}
</style>
background-color css
<style>
a { background-color: #551FF0; }
a { background-color: rgb(85,31,240); }
div.DivClassName
{
background-color: #551FF0;
}
.BgClassName
{
background-color: #551FF0;
}
</style>
border-color css
<style>
span { border-color: #551FF0; }
span { border-color: rgb(85,31,240); }
td.TdClassName
{
border-color: #551FF0;
}
.TagClassName
{
border-color: #551FF0;
}
</style>