Shades of Han Purple #551BFF
Tints of Han Purple #551BFF
RGB
CMYK
RGB Variations
Color information
#551BFF (or 0x551BFF) is known color: Han Purple. HEX triplet: 55, 1B and FF. RGB value is (85,27,255). Sum of RGB (Red+Green+Blue) = 85+27+255=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 27 (10.94% from 255 or 7.36% from 367); Blue value is 255 (100% from 255 or 69.48% from 367); Max value from RGB is 255 - color contains mainly: blue. Hex color #551BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #551BFF is #AAE400. Grayscale: #454545. Windows color (decimal): -11199489 or 16718677. OLE color: 16718677.
HSL color Cylindrical-coordinate representation of color #551BFF: hue angle of 255.26º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #551BFF is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 27 | 255 | - |
| CMYK | 0.67 | 0.89 | 0 | 0 |
| HSL | 255.26º | 1% | 0.55% | - |
| HSV(B) | 255.26º | 0.89% | 1% | - |
| XYZ | 22.19 | 9.94 | 95.36 | - |
| YUV | 70.33 | 232.22 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 27 | 255 | 0.67 | 0.89 | 0 | 0 | 255.26 | 1 | 0.55 |
| Hex | 55 | 1B | FF | 43 | 59 | 0 | 0 | FF | 64 | 37 |
| Octal | 125 | 33 | 377 | 103 | 131 | 0 | 0 | 377 | 144 | 67 |
| Binary | 1010101 | 11011 | 11111111 | 1000011 | 1011001 | 0 | 0 | 11111111 | 1100100 | 110111 |
Color Harmonies of #551BFF
Complementary color
Monochromatic Colors of #551BFF
Black with #551BFF
Text Example
Text Example
White with #551BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551BFF; }
p { color: rgb(85,27,255); }
H1.HeaderClassName
{
color: #551BFF;
}
.AnyTagClassName
{
color: #551BFF;
}
</style>
background-color css
<style>
a { background-color: #551BFF; }
a { background-color: rgb(85,27,255); }
div.DivClassName
{
background-color: #551BFF;
}
.BgClassName
{
background-color: #551BFF;
}
</style>
border-color css
<style>
span { border-color: #551BFF; }
span { border-color: rgb(85,27,255); }
td.TdClassName
{
border-color: #551BFF;
}
.TagClassName
{
border-color: #551BFF;
}
</style>