Shades of Han Purple #551DF2
Tints of Han Purple #551DF2
RGB
CMYK
RGB Variations
Color information
#551DF2 (or 0x551DF2) is known color: Han Purple. HEX triplet: 55, 1D and F2. RGB value is (85,29,242). Sum of RGB (Red+Green+Blue) = 85+29+242=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 29 (11.72% from 255 or 8.15% from 356); Blue value is 242 (94.92% from 255 or 67.98% from 356); Max value from RGB is 242 - color contains mainly: blue. Hex color #551DF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #551DF2 is #AAE20D. Grayscale: #454545. Windows color (decimal): -11198990 or 15867221. OLE color: 15867221.
HSL color Cylindrical-coordinate representation of color #551DF2: hue angle of 255.77º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #551DF2 is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 29 | 242 | - |
| CMYK | 0.65 | 0.88 | 0 | 0.05 |
| HSL | 255.77º | 0.89% | 0.53% | - |
| HSV(B) | 255.77º | 0.88% | 0.95% | - |
| XYZ | 20.21 | 9.22 | 84.72 | - |
| YUV | 70.03 | 225.05 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 29 | 242 | 0.65 | 0.88 | 0 | 0.05 | 255.77 | 0.89 | 0.53 |
| Hex | 55 | 1D | F2 | 41 | 58 | 0 | 5 | 100 | 59 | 35 |
| Octal | 125 | 35 | 362 | 101 | 130 | 0 | 5 | 400 | 131 | 65 |
| Binary | 1010101 | 11101 | 11110010 | 1000001 | 1011000 | 0 | 101 | 100000000 | 1011001 | 110101 |
Color Harmonies of #551DF2
Complementary color
Monochromatic Colors of #551DF2
Black with #551DF2
Text Example
Text Example
White with #551DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551DF2; }
p { color: rgb(85,29,242); }
H1.HeaderClassName
{
color: #551DF2;
}
.AnyTagClassName
{
color: #551DF2;
}
</style>
background-color css
<style>
a { background-color: #551DF2; }
a { background-color: rgb(85,29,242); }
div.DivClassName
{
background-color: #551DF2;
}
.BgClassName
{
background-color: #551DF2;
}
</style>
border-color css
<style>
span { border-color: #551DF2; }
span { border-color: rgb(85,29,242); }
td.TdClassName
{
border-color: #551DF2;
}
.TagClassName
{
border-color: #551DF2;
}
</style>