Shades of Han Purple #572DED
Tints of Han Purple #572DED
RGB
CMYK
RGB Variations
Color information
#572DED (or 0x572DED) is known color: Han Purple. HEX triplet: 57, 2D and ED. RGB value is (87,45,237). Sum of RGB (Red+Green+Blue) = 87+45+237=369 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.58% from 369); Green value is 45 (17.97% from 255 or 12.20% from 369); Blue value is 237 (92.97% from 255 or 64.23% from 369); Max value from RGB is 237 - color contains mainly: blue. Hex color #572DED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #572DED is #A8D212. Grayscale: #4E4E4E. Windows color (decimal): -11063827 or 15543639. OLE color: 15543639.
HSL color Cylindrical-coordinate representation of color #572DED: hue angle of 253.12º 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 #572DED is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 45 | 237 | - |
| CMYK | 0.63 | 0.81 | 0 | 0.07 |
| HSL | 253.13º | 0.84% | 0.55% | - |
| HSV(B) | 253.13º | 0.81% | 0.93% | - |
| XYZ | 20.15 | 10.02 | 80.99 | - |
| YUV | 79.45 | 216.91 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 45 | 237 | 0.63 | 0.81 | 0 | 0.07 | 253.13 | 0.84 | 0.55 |
| Hex | 57 | 2D | ED | 3F | 51 | 0 | 7 | FD | 54 | 37 |
| Octal | 127 | 55 | 355 | 77 | 121 | 0 | 7 | 375 | 124 | 67 |
| Binary | 1010111 | 101101 | 11101101 | 111111 | 1010001 | 0 | 111 | 11111101 | 1010100 | 110111 |
Color Harmonies of #572DED
Complementary color
Monochromatic Colors of #572DED
Black with #572DED
Text Example
Text Example
White with #572DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572DED; }
p { color: rgb(87,45,237); }
H1.HeaderClassName
{
color: #572DED;
}
.AnyTagClassName
{
color: #572DED;
}
</style>
background-color css
<style>
a { background-color: #572DED; }
a { background-color: rgb(87,45,237); }
div.DivClassName
{
background-color: #572DED;
}
.BgClassName
{
background-color: #572DED;
}
</style>
border-color css
<style>
span { border-color: #572DED; }
span { border-color: rgb(87,45,237); }
td.TdClassName
{
border-color: #572DED;
}
.TagClassName
{
border-color: #572DED;
}
</style>