Shades of Han Purple #551DF6
Tints of Han Purple #551DF6
RGB
CMYK
RGB Variations
Color information
#551DF6 (or 0x551DF6) is known color: Han Purple. HEX triplet: 55, 1D and F6. RGB value is (85,29,246). Sum of RGB (Red+Green+Blue) = 85+29+246=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 29 (11.72% from 255 or 8.06% from 360); Blue value is 246 (96.48% from 255 or 68.33% from 360); Max value from RGB is 246 - color contains mainly: blue. Hex color #551DF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #551DF6 is #AAE209. Grayscale: #454545. Windows color (decimal): -11198986 or 16129365. OLE color: 16129365.
HSL color Cylindrical-coordinate representation of color #551DF6: hue angle of 255.48º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #551DF6 is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 29 | 246 | - |
| CMYK | 0.65 | 0.88 | 0 | 0.04 |
| HSL | 255.48º | 0.92% | 0.54% | - |
| HSV(B) | 255.48º | 0.88% | 0.96% | - |
| XYZ | 20.82 | 9.46 | 87.92 | - |
| YUV | 70.48 | 227.05 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 29 | 246 | 0.65 | 0.88 | 0 | 0.04 | 255.48 | 0.92 | 0.54 |
| Hex | 55 | 1D | F6 | 41 | 58 | 0 | 4 | FF | 5C | 36 |
| Octal | 125 | 35 | 366 | 101 | 130 | 0 | 4 | 377 | 134 | 66 |
| Binary | 1010101 | 11101 | 11110110 | 1000001 | 1011000 | 0 | 100 | 11111111 | 1011100 | 110110 |
Color Harmonies of #551DF6
Complementary color
Monochromatic Colors of #551DF6
Black with #551DF6
Text Example
Text Example
White with #551DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551DF6; }
p { color: rgb(85,29,246); }
H1.HeaderClassName
{
color: #551DF6;
}
.AnyTagClassName
{
color: #551DF6;
}
</style>
background-color css
<style>
a { background-color: #551DF6; }
a { background-color: rgb(85,29,246); }
div.DivClassName
{
background-color: #551DF6;
}
.BgClassName
{
background-color: #551DF6;
}
</style>
border-color css
<style>
span { border-color: #551DF6; }
span { border-color: rgb(85,29,246); }
td.TdClassName
{
border-color: #551DF6;
}
.TagClassName
{
border-color: #551DF6;
}
</style>