Shades of Han Purple #571EFE
Tints of Han Purple #571EFE
RGB
CMYK
RGB Variations
Color information
#571EFE (or 0x571EFE) is known color: Han Purple. HEX triplet: 57, 1E and FE. RGB value is (87,30,254). Sum of RGB (Red+Green+Blue) = 87+30+254=371 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.45% from 371); Green value is 30 (12.11% from 255 or 8.09% from 371); Blue value is 254 (99.61% from 255 or 68.46% from 371); Max value from RGB is 254 - color contains mainly: blue. Hex color #571EFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #571EFE is #A8E101. Grayscale: #474747. Windows color (decimal): -11067650 or 16653911. OLE color: 16653911.
HSL color Cylindrical-coordinate representation of color #571EFE: hue angle of 255.27º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #571EFE is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 87 | 30 | 254 | - |
| CMYK | 0.66 | 0.88 | 0 | 0.00 |
| HSL | 255.27º | 0.99% | 0.56% | - |
| HSV(B) | 255.27º | 0.88% | 1% | - |
| XYZ | 22.28 | 10.11 | 94.54 | - |
| YUV | 72.58 | 230.38 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 30 | 254 | 0.66 | 0.88 | 0 | 0.00 | 255.27 | 0.99 | 0.56 |
| Hex | 57 | 1E | FE | 42 | 58 | 0 | 0 | FF | 63 | 38 |
| Octal | 127 | 36 | 376 | 102 | 130 | 0 | 0 | 377 | 143 | 70 |
| Binary | 1010111 | 11110 | 11111110 | 1000010 | 1011000 | 0 | 0 | 11111111 | 1100011 | 111000 |
Color Harmonies of #571EFE
Complementary color
Monochromatic Colors of #571EFE
Black with #571EFE
Text Example
Text Example
White with #571EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571EFE; }
p { color: rgb(87,30,254); }
H1.HeaderClassName
{
color: #571EFE;
}
.AnyTagClassName
{
color: #571EFE;
}
</style>
background-color css
<style>
a { background-color: #571EFE; }
a { background-color: rgb(87,30,254); }
div.DivClassName
{
background-color: #571EFE;
}
.BgClassName
{
background-color: #571EFE;
}
</style>
border-color css
<style>
span { border-color: #571EFE; }
span { border-color: rgb(87,30,254); }
td.TdClassName
{
border-color: #571EFE;
}
.TagClassName
{
border-color: #571EFE;
}
</style>