Shades of Han Purple #572CED
Tints of Han Purple #572CED
RGB
CMYK
RGB Variations
Color information
#572CED (or 0x572CED) is known color: Han Purple. HEX triplet: 57, 2C and ED. RGB value is (87,44,237). Sum of RGB (Red+Green+Blue) = 87+44+237=368 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.64% from 368); Green value is 44 (17.58% from 255 or 11.96% from 368); Blue value is 237 (92.97% from 255 or 64.40% from 368); Max value from RGB is 237 - color contains mainly: blue. Hex color #572CED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #572CED is #A8D312. Grayscale: #4E4E4E. Windows color (decimal): -11064083 or 15543383. OLE color: 15543383.
HSL color Cylindrical-coordinate representation of color #572CED: hue angle of 253.37º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #572CED is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 44 | 237 | - |
| CMYK | 0.63 | 0.81 | 0 | 0.07 |
| HSL | 253.37º | 0.84% | 0.55% | - |
| HSV(B) | 253.37º | 0.81% | 0.93% | - |
| XYZ | 20.12 | 9.94 | 80.98 | - |
| YUV | 78.86 | 217.25 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 44 | 237 | 0.63 | 0.81 | 0 | 0.07 | 253.37 | 0.84 | 0.55 |
| Hex | 57 | 2C | ED | 3F | 51 | 0 | 7 | FD | 54 | 37 |
| Octal | 127 | 54 | 355 | 77 | 121 | 0 | 7 | 375 | 124 | 67 |
| Binary | 1010111 | 101100 | 11101101 | 111111 | 1010001 | 0 | 111 | 11111101 | 1010100 | 110111 |
Color Harmonies of #572CED
Complementary color
Monochromatic Colors of #572CED
Black with #572CED
Text Example
Text Example
White with #572CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572CED; }
p { color: rgb(87,44,237); }
H1.HeaderClassName
{
color: #572CED;
}
.AnyTagClassName
{
color: #572CED;
}
</style>
background-color css
<style>
a { background-color: #572CED; }
a { background-color: rgb(87,44,237); }
div.DivClassName
{
background-color: #572CED;
}
.BgClassName
{
background-color: #572CED;
}
</style>
border-color css
<style>
span { border-color: #572CED; }
span { border-color: rgb(87,44,237); }
td.TdClassName
{
border-color: #572CED;
}
.TagClassName
{
border-color: #572CED;
}
</style>