Shades of Han Purple #571DFF
Tints of Han Purple #571DFF
RGB
CMYK
RGB Variations
Color information
#571DFF (or 0x571DFF) is known color: Han Purple. HEX triplet: 57, 1D and FF. RGB value is (87,29,255). Sum of RGB (Red+Green+Blue) = 87+29+255=371 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.45% from 371); Green value is 29 (11.72% from 255 or 7.82% from 371); Blue value is 255 (100% from 255 or 68.73% from 371); Max value from RGB is 255 - color contains mainly: blue. Hex color #571DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #571DFF is #A8E200. Grayscale: #474747. Windows color (decimal): -11067905 or 16719191. OLE color: 16719191.
HSL color Cylindrical-coordinate representation of color #571DFF: hue angle of 255.4º 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 #571DFF is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 29 | 255 | - |
| CMYK | 0.66 | 0.89 | 0 | 0 |
| HSL | 255.4º | 1% | 0.56% | - |
| HSV(B) | 255.4º | 0.89% | 1% | - |
| XYZ | 22.42 | 10.12 | 95.38 | - |
| YUV | 72.11 | 231.22 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 29 | 255 | 0.66 | 0.89 | 0 | 0 | 255.4 | 1 | 0.56 |
| Hex | 57 | 1D | FF | 42 | 59 | 0 | 0 | FF | 64 | 38 |
| Octal | 127 | 35 | 377 | 102 | 131 | 0 | 0 | 377 | 144 | 70 |
| Binary | 1010111 | 11101 | 11111111 | 1000010 | 1011001 | 0 | 0 | 11111111 | 1100100 | 111000 |
Color Harmonies of #571DFF
Complementary color
Monochromatic Colors of #571DFF
Black with #571DFF
Text Example
Text Example
White with #571DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571DFF; }
p { color: rgb(87,29,255); }
H1.HeaderClassName
{
color: #571DFF;
}
.AnyTagClassName
{
color: #571DFF;
}
</style>
background-color css
<style>
a { background-color: #571DFF; }
a { background-color: rgb(87,29,255); }
div.DivClassName
{
background-color: #571DFF;
}
.BgClassName
{
background-color: #571DFF;
}
</style>
border-color css
<style>
span { border-color: #571DFF; }
span { border-color: rgb(87,29,255); }
td.TdClassName
{
border-color: #571DFF;
}
.TagClassName
{
border-color: #571DFF;
}
</style>