Shades of Han Purple #572FFF
Tints of Han Purple #572FFF
RGB
CMYK
RGB Variations
Color information
#572FFF (or 0x572FFF) is known color: Han Purple. HEX triplet: 57, 2F and FF. RGB value is (87,47,255). Sum of RGB (Red+Green+Blue) = 87+47+255=389 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.37% from 389); Green value is 47 (18.75% from 255 or 12.08% from 389); Blue value is 255 (100% from 255 or 65.55% from 389); Max value from RGB is 255 - color contains mainly: blue. Hex color #572FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #572FFF is #A8D000. Grayscale: #515151. Windows color (decimal): -11063297 or 16723799. OLE color: 16723799.
HSL color Cylindrical-coordinate representation of color #572FFF: hue angle of 251.54º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #572FFF is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 47 | 255 | - |
| CMYK | 0.66 | 0.82 | 0 | 0 |
| HSL | 251.54º | 1% | 0.59% | - |
| HSV(B) | 251.54º | 0.82% | 1% | - |
| XYZ | 23 | 11.28 | 95.57 | - |
| YUV | 82.67 | 225.25 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 47 | 255 | 0.66 | 0.82 | 0 | 0 | 251.54 | 1 | 0.59 |
| Hex | 57 | 2F | FF | 42 | 52 | 0 | 0 | FC | 64 | 3B |
| Octal | 127 | 57 | 377 | 102 | 122 | 0 | 0 | 374 | 144 | 73 |
| Binary | 1010111 | 101111 | 11111111 | 1000010 | 1010010 | 0 | 0 | 11111100 | 1100100 | 111011 |
Color Harmonies of #572FFF
Complementary color
Monochromatic Colors of #572FFF
Black with #572FFF
Text Example
Text Example
White with #572FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572FFF; }
p { color: rgb(87,47,255); }
H1.HeaderClassName
{
color: #572FFF;
}
.AnyTagClassName
{
color: #572FFF;
}
</style>
background-color css
<style>
a { background-color: #572FFF; }
a { background-color: rgb(87,47,255); }
div.DivClassName
{
background-color: #572FFF;
}
.BgClassName
{
background-color: #572FFF;
}
</style>
border-color css
<style>
span { border-color: #572FFF; }
span { border-color: rgb(87,47,255); }
td.TdClassName
{
border-color: #572FFF;
}
.TagClassName
{
border-color: #572FFF;
}
</style>