Shades of Han Purple #571CFC
Tints of Han Purple #571CFC
RGB
CMYK
RGB Variations
Color information
#571CFC (or 0x571CFC) is known color: Han Purple. HEX triplet: 57, 1C and FC. RGB value is (87,28,252). Sum of RGB (Red+Green+Blue) = 87+28+252=367 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.71% from 367); Green value is 28 (11.33% from 255 or 7.63% from 367); Blue value is 252 (98.83% from 255 or 68.66% from 367); Max value from RGB is 252 - color contains mainly: blue. Hex color #571CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #571CFC is #A8E303. Grayscale: #464646. Windows color (decimal): -11068164 or 16522327. OLE color: 16522327.
HSL color Cylindrical-coordinate representation of color #571CFC: hue angle of 255.8º degrees, saturation: 0.97, 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 #571CFC is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 28 | 252 | - |
| CMYK | 0.65 | 0.89 | 0 | 0.01 |
| HSL | 255.8º | 0.97% | 0.55% | - |
| HSV(B) | 255.8º | 0.89% | 0.99% | - |
| XYZ | 21.92 | 9.89 | 92.85 | - |
| YUV | 71.18 | 230.05 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 28 | 252 | 0.65 | 0.89 | 0 | 0.01 | 255.8 | 0.97 | 0.55 |
| Hex | 57 | 1C | FC | 41 | 59 | 0 | 1 | 100 | 61 | 37 |
| Octal | 127 | 34 | 374 | 101 | 131 | 0 | 1 | 400 | 141 | 67 |
| Binary | 1010111 | 11100 | 11111100 | 1000001 | 1011001 | 0 | 1 | 100000000 | 1100001 | 110111 |
Color Harmonies of #571CFC
Complementary color
Monochromatic Colors of #571CFC
Black with #571CFC
Text Example
Text Example
White with #571CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571CFC; }
p { color: rgb(87,28,252); }
H1.HeaderClassName
{
color: #571CFC;
}
.AnyTagClassName
{
color: #571CFC;
}
</style>
background-color css
<style>
a { background-color: #571CFC; }
a { background-color: rgb(87,28,252); }
div.DivClassName
{
background-color: #571CFC;
}
.BgClassName
{
background-color: #571CFC;
}
</style>
border-color css
<style>
span { border-color: #571CFC; }
span { border-color: rgb(87,28,252); }
td.TdClassName
{
border-color: #571CFC;
}
.TagClassName
{
border-color: #571CFC;
}
</style>