Shades of Han Purple #572CFF
Tints of Han Purple #572CFF
RGB
CMYK
RGB Variations
Color information
#572CFF (or 0x572CFF) is known color: Han Purple. HEX triplet: 57, 2C and FF. RGB value is (87,44,255). Sum of RGB (Red+Green+Blue) = 87+44+255=386 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.54% from 386); Green value is 44 (17.58% from 255 or 11.40% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #572CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #572CFF is #A8D300. Grayscale: #505050. Windows color (decimal): -11064065 or 16723031. OLE color: 16723031.
HSL color Cylindrical-coordinate representation of color #572CFF: hue angle of 252.23º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #572CFF is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 44 | 255 | - |
| CMYK | 0.66 | 0.83 | 0 | 0 |
| HSL | 252.23º | 1% | 0.59% | - |
| HSV(B) | 252.23º | 0.83% | 1% | - |
| XYZ | 22.88 | 11.05 | 95.53 | - |
| YUV | 80.91 | 226.25 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 44 | 255 | 0.66 | 0.83 | 0 | 0 | 252.23 | 1 | 0.59 |
| Hex | 57 | 2C | FF | 42 | 53 | 0 | 0 | FC | 64 | 3B |
| Octal | 127 | 54 | 377 | 102 | 123 | 0 | 0 | 374 | 144 | 73 |
| Binary | 1010111 | 101100 | 11111111 | 1000010 | 1010011 | 0 | 0 | 11111100 | 1100100 | 111011 |
Color Harmonies of #572CFF
Complementary color
Monochromatic Colors of #572CFF
Black with #572CFF
Text Example
Text Example
White with #572CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572CFF; }
p { color: rgb(87,44,255); }
H1.HeaderClassName
{
color: #572CFF;
}
.AnyTagClassName
{
color: #572CFF;
}
</style>
background-color css
<style>
a { background-color: #572CFF; }
a { background-color: rgb(87,44,255); }
div.DivClassName
{
background-color: #572CFF;
}
.BgClassName
{
background-color: #572CFF;
}
</style>
border-color css
<style>
span { border-color: #572CFF; }
span { border-color: rgb(87,44,255); }
td.TdClassName
{
border-color: #572CFF;
}
.TagClassName
{
border-color: #572CFF;
}
</style>