Shades of Han Purple #571CFA
Tints of Han Purple #571CFA
RGB
CMYK
RGB Variations
Color information
#571CFA (or 0x571CFA) is known color: Han Purple. HEX triplet: 57, 1C and FA. RGB value is (87,28,250). Sum of RGB (Red+Green+Blue) = 87+28+250=365 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.84% from 365); Green value is 28 (11.33% from 255 or 7.67% from 365); Blue value is 250 (98.05% from 255 or 68.49% from 365); Max value from RGB is 250 - color contains mainly: blue. Hex color #571CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #571CFA is #A8E305. Grayscale: #464646. Windows color (decimal): -11068166 or 16391255. OLE color: 16391255.
HSL color Cylindrical-coordinate representation of color #571CFA: hue angle of 255.95º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #571CFA is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 87 | 28 | 250 | - |
| CMYK | 0.65 | 0.89 | 0 | 0.02 |
| HSL | 255.95º | 0.96% | 0.55% | - |
| HSV(B) | 255.95º | 0.89% | 0.98% | - |
| XYZ | 21.6 | 9.76 | 91.19 | - |
| YUV | 70.95 | 229.05 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 28 | 250 | 0.65 | 0.89 | 0 | 0.02 | 255.95 | 0.96 | 0.55 |
| Hex | 57 | 1C | FA | 41 | 59 | 0 | 2 | 100 | 60 | 37 |
| Octal | 127 | 34 | 372 | 101 | 131 | 0 | 2 | 400 | 140 | 67 |
| Binary | 1010111 | 11100 | 11111010 | 1000001 | 1011001 | 0 | 10 | 100000000 | 1100000 | 110111 |
Color Harmonies of #571CFA
Complementary color
Monochromatic Colors of #571CFA
Black with #571CFA
Text Example
Text Example
White with #571CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571CFA; }
p { color: rgb(87,28,250); }
H1.HeaderClassName
{
color: #571CFA;
}
.AnyTagClassName
{
color: #571CFA;
}
</style>
background-color css
<style>
a { background-color: #571CFA; }
a { background-color: rgb(87,28,250); }
div.DivClassName
{
background-color: #571CFA;
}
.BgClassName
{
background-color: #571CFA;
}
</style>
border-color css
<style>
span { border-color: #571CFA; }
span { border-color: rgb(87,28,250); }
td.TdClassName
{
border-color: #571CFA;
}
.TagClassName
{
border-color: #571CFA;
}
</style>