Shades of Han Purple #551DFF
Tints of Han Purple #551DFF
RGB
CMYK
RGB Variations
Color information
#551DFF (or 0x551DFF) is known color: Han Purple. HEX triplet: 55, 1D and FF. RGB value is (85,29,255). Sum of RGB (Red+Green+Blue) = 85+29+255=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 29 (11.72% from 255 or 7.86% from 369); Blue value is 255 (100% from 255 or 69.11% from 369); Max value from RGB is 255 - color contains mainly: blue. Hex color #551DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #551DFF is #AAE200. Grayscale: #464646. Windows color (decimal): -11198977 or 16719189. OLE color: 16719189.
HSL color Cylindrical-coordinate representation of color #551DFF: hue angle of 254.87º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #551DFF is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 29 | 255 | - |
| CMYK | 0.67 | 0.89 | 0 | 0 |
| HSL | 254.87º | 1% | 0.56% | - |
| HSV(B) | 254.87º | 0.89% | 1% | - |
| XYZ | 22.24 | 10.03 | 95.37 | - |
| YUV | 71.51 | 231.55 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 29 | 255 | 0.67 | 0.89 | 0 | 0 | 254.87 | 1 | 0.56 |
| Hex | 55 | 1D | FF | 43 | 59 | 0 | 0 | FF | 64 | 38 |
| Octal | 125 | 35 | 377 | 103 | 131 | 0 | 0 | 377 | 144 | 70 |
| Binary | 1010101 | 11101 | 11111111 | 1000011 | 1011001 | 0 | 0 | 11111111 | 1100100 | 111000 |
Color Harmonies of #551DFF
Complementary color
Monochromatic Colors of #551DFF
Black with #551DFF
Text Example
Text Example
White with #551DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551DFF; }
p { color: rgb(85,29,255); }
H1.HeaderClassName
{
color: #551DFF;
}
.AnyTagClassName
{
color: #551DFF;
}
</style>
background-color css
<style>
a { background-color: #551DFF; }
a { background-color: rgb(85,29,255); }
div.DivClassName
{
background-color: #551DFF;
}
.BgClassName
{
background-color: #551DFF;
}
</style>
border-color css
<style>
span { border-color: #551DFF; }
span { border-color: rgb(85,29,255); }
td.TdClassName
{
border-color: #551DFF;
}
.TagClassName
{
border-color: #551DFF;
}
</style>