Shades of Han Purple #551FF1
Tints of Han Purple #551FF1
RGB
CMYK
RGB Variations
Color information
#551FF1 (or 0x551FF1) is known color: Han Purple. HEX triplet: 55, 1F and F1. RGB value is (85,31,241). Sum of RGB (Red+Green+Blue) = 85+31+241=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 31 (12.5% from 255 or 8.68% from 357); Blue value is 241 (94.53% from 255 or 67.51% from 357); Max value from RGB is 241 - color contains mainly: blue. Hex color #551FF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #551FF1 is #AAE00E. Grayscale: #464646. Windows color (decimal): -11198479 or 15802197. OLE color: 15802197.
HSL color Cylindrical-coordinate representation of color #551FF1: hue angle of 255.43º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #551FF1 is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 31 | 241 | - |
| CMYK | 0.65 | 0.87 | 0 | 0.05 |
| HSL | 255.43º | 0.88% | 0.53% | - |
| HSV(B) | 255.43º | 0.87% | 0.95% | - |
| XYZ | 20.11 | 9.26 | 83.95 | - |
| YUV | 71.09 | 223.89 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 31 | 241 | 0.65 | 0.87 | 0 | 0.05 | 255.43 | 0.88 | 0.53 |
| Hex | 55 | 1F | F1 | 41 | 57 | 0 | 5 | FF | 58 | 35 |
| Octal | 125 | 37 | 361 | 101 | 127 | 0 | 5 | 377 | 130 | 65 |
| Binary | 1010101 | 11111 | 11110001 | 1000001 | 1010111 | 0 | 101 | 11111111 | 1011000 | 110101 |
Color Harmonies of #551FF1
Complementary color
Monochromatic Colors of #551FF1
Black with #551FF1
Text Example
Text Example
White with #551FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551FF1; }
p { color: rgb(85,31,241); }
H1.HeaderClassName
{
color: #551FF1;
}
.AnyTagClassName
{
color: #551FF1;
}
</style>
background-color css
<style>
a { background-color: #551FF1; }
a { background-color: rgb(85,31,241); }
div.DivClassName
{
background-color: #551FF1;
}
.BgClassName
{
background-color: #551FF1;
}
</style>
border-color css
<style>
span { border-color: #551FF1; }
span { border-color: rgb(85,31,241); }
td.TdClassName
{
border-color: #551FF1;
}
.TagClassName
{
border-color: #551FF1;
}
</style>