Shades of Han Purple #551BFD
Tints of Han Purple #551BFD
RGB
CMYK
RGB Variations
Color information
#551BFD (or 0x551BFD) is known color: Han Purple. HEX triplet: 55, 1B and FD. RGB value is (85,27,253). Sum of RGB (Red+Green+Blue) = 85+27+253=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 27 (10.94% from 255 or 7.40% from 365); Blue value is 253 (99.22% from 255 or 69.32% from 365); Max value from RGB is 253 - color contains mainly: blue. Hex color #551BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #551BFD is #AAE402. Grayscale: #454545. Windows color (decimal): -11199491 or 16587605. OLE color: 16587605.
HSL color Cylindrical-coordinate representation of color #551BFD: hue angle of 255.4º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #551BFD is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 27 | 253 | - |
| CMYK | 0.66 | 0.89 | 0 | 0.01 |
| HSL | 255.4º | 0.98% | 0.55% | - |
| HSV(B) | 255.4º | 0.89% | 0.99% | - |
| XYZ | 21.87 | 9.81 | 93.67 | - |
| YUV | 70.11 | 231.22 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 27 | 253 | 0.66 | 0.89 | 0 | 0.01 | 255.4 | 0.98 | 0.55 |
| Hex | 55 | 1B | FD | 42 | 59 | 0 | 1 | FF | 62 | 37 |
| Octal | 125 | 33 | 375 | 102 | 131 | 0 | 1 | 377 | 142 | 67 |
| Binary | 1010101 | 11011 | 11111101 | 1000010 | 1011001 | 0 | 1 | 11111111 | 1100010 | 110111 |
Color Harmonies of #551BFD
Complementary color
Monochromatic Colors of #551BFD
Black with #551BFD
Text Example
Text Example
White with #551BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551BFD; }
p { color: rgb(85,27,253); }
H1.HeaderClassName
{
color: #551BFD;
}
.AnyTagClassName
{
color: #551BFD;
}
</style>
background-color css
<style>
a { background-color: #551BFD; }
a { background-color: rgb(85,27,253); }
div.DivClassName
{
background-color: #551BFD;
}
.BgClassName
{
background-color: #551BFD;
}
</style>
border-color css
<style>
span { border-color: #551BFD; }
span { border-color: rgb(85,27,253); }
td.TdClassName
{
border-color: #551BFD;
}
.TagClassName
{
border-color: #551BFD;
}
</style>