Shades of Han Purple #571BFE
Tints of Han Purple #571BFE
RGB
CMYK
RGB Variations
Color information
#571BFE (or 0x571BFE) is known color: Han Purple. HEX triplet: 57, 1B and FE. RGB value is (87,27,254). Sum of RGB (Red+Green+Blue) = 87+27+254=368 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.64% from 368); Green value is 27 (10.94% from 255 or 7.34% from 368); Blue value is 254 (99.61% from 255 or 69.02% from 368); Max value from RGB is 254 - color contains mainly: blue. Hex color #571BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #571BFE is #A8E401. Grayscale: #454545. Windows color (decimal): -11068418 or 16653143. OLE color: 16653143.
HSL color Cylindrical-coordinate representation of color #571BFE: hue angle of 255.86º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #571BFE is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 87 | 27 | 254 | - |
| CMYK | 0.66 | 0.89 | 0 | 0.00 |
| HSL | 255.86º | 0.99% | 0.55% | - |
| HSV(B) | 255.86º | 0.89% | 1% | - |
| XYZ | 22.21 | 9.97 | 94.52 | - |
| YUV | 70.82 | 231.38 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 27 | 254 | 0.66 | 0.89 | 0 | 0.00 | 255.86 | 0.99 | 0.55 |
| Hex | 57 | 1B | FE | 42 | 59 | 0 | 0 | 100 | 63 | 37 |
| Octal | 127 | 33 | 376 | 102 | 131 | 0 | 0 | 400 | 143 | 67 |
| Binary | 1010111 | 11011 | 11111110 | 1000010 | 1011001 | 0 | 0 | 100000000 | 1100011 | 110111 |
Color Harmonies of #571BFE
Complementary color
Monochromatic Colors of #571BFE
Black with #571BFE
Text Example
Text Example
White with #571BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571BFE; }
p { color: rgb(87,27,254); }
H1.HeaderClassName
{
color: #571BFE;
}
.AnyTagClassName
{
color: #571BFE;
}
</style>
background-color css
<style>
a { background-color: #571BFE; }
a { background-color: rgb(87,27,254); }
div.DivClassName
{
background-color: #571BFE;
}
.BgClassName
{
background-color: #571BFE;
}
</style>
border-color css
<style>
span { border-color: #571BFE; }
span { border-color: rgb(87,27,254); }
td.TdClassName
{
border-color: #571BFE;
}
.TagClassName
{
border-color: #571BFE;
}
</style>