Shades of Han Purple #572BEC
Tints of Han Purple #572BEC
RGB
CMYK
RGB Variations
Color information
#572BEC (or 0x572BEC) is known color: Han Purple. HEX triplet: 57, 2B and EC. RGB value is (87,43,236). Sum of RGB (Red+Green+Blue) = 87+43+236=366 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.77% from 366); Green value is 43 (17.19% from 255 or 11.75% from 366); Blue value is 236 (92.58% from 255 or 64.48% from 366); Max value from RGB is 236 - color contains mainly: blue. Hex color #572BEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #572BEC is #A8D413. Grayscale: #4D4D4D. Windows color (decimal): -11064340 or 15477591. OLE color: 15477591.
HSL color Cylindrical-coordinate representation of color #572BEC: hue angle of 253.68º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #572BEC is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 43 | 236 | - |
| CMYK | 0.63 | 0.82 | 0 | 0.07 |
| HSL | 253.68º | 0.84% | 0.55% | - |
| HSV(B) | 253.68º | 0.82% | 0.93% | - |
| XYZ | 19.93 | 9.81 | 80.2 | - |
| YUV | 78.16 | 217.08 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 43 | 236 | 0.63 | 0.82 | 0 | 0.07 | 253.68 | 0.84 | 0.55 |
| Hex | 57 | 2B | EC | 3F | 52 | 0 | 7 | FE | 54 | 37 |
| Octal | 127 | 53 | 354 | 77 | 122 | 0 | 7 | 376 | 124 | 67 |
| Binary | 1010111 | 101011 | 11101100 | 111111 | 1010010 | 0 | 111 | 11111110 | 1010100 | 110111 |
Color Harmonies of #572BEC
Complementary color
Monochromatic Colors of #572BEC
Black with #572BEC
Text Example
Text Example
White with #572BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572BEC; }
p { color: rgb(87,43,236); }
H1.HeaderClassName
{
color: #572BEC;
}
.AnyTagClassName
{
color: #572BEC;
}
</style>
background-color css
<style>
a { background-color: #572BEC; }
a { background-color: rgb(87,43,236); }
div.DivClassName
{
background-color: #572BEC;
}
.BgClassName
{
background-color: #572BEC;
}
</style>
border-color css
<style>
span { border-color: #572BEC; }
span { border-color: rgb(87,43,236); }
td.TdClassName
{
border-color: #572BEC;
}
.TagClassName
{
border-color: #572BEC;
}
</style>