Shades of Han Purple #570BED
Tints of Han Purple #570BED
RGB
CMYK
RGB Variations
Color information
#570BED (or 0x570BED) is known color: Han Purple. HEX triplet: 57, 0B and ED. RGB value is (87,11,237). Sum of RGB (Red+Green+Blue) = 87+11+237=335 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.97% from 335); Green value is 11 (4.69% from 255 or 3.28% from 335); Blue value is 237 (92.97% from 255 or 70.75% from 335); Max value from RGB is 237 - color contains mainly: blue. Hex color #570BED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #570BED is #A8F412. Grayscale: #3A3A3A. Windows color (decimal): -11072531 or 15534935. OLE color: 15534935.
HSL color Cylindrical-coordinate representation of color #570BED: hue angle of 260.18º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #570BED is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 11 | 237 | - |
| CMYK | 0.63 | 0.95 | 0 | 0.07 |
| HSL | 260.18º | 0.91% | 0.49% | - |
| HSV(B) | 260.18º | 0.95% | 0.93% | - |
| XYZ | 19.34 | 8.38 | 80.72 | - |
| YUV | 59.49 | 228.18 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 11 | 237 | 0.63 | 0.95 | 0 | 0.07 | 260.18 | 0.91 | 0.49 |
| Hex | 57 | B | ED | 3F | 5F | 0 | 7 | 104 | 5B | 31 |
| Octal | 127 | 13 | 355 | 77 | 137 | 0 | 7 | 404 | 133 | 61 |
| Binary | 1010111 | 1011 | 11101101 | 111111 | 1011111 | 0 | 111 | 100000100 | 1011011 | 110001 |
Color Harmonies of #570BED
Complementary color
Monochromatic Colors of #570BED
Black with #570BED
Text Example
Text Example
White with #570BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570BED; }
p { color: rgb(87,11,237); }
H1.HeaderClassName
{
color: #570BED;
}
.AnyTagClassName
{
color: #570BED;
}
</style>
background-color css
<style>
a { background-color: #570BED; }
a { background-color: rgb(87,11,237); }
div.DivClassName
{
background-color: #570BED;
}
.BgClassName
{
background-color: #570BED;
}
</style>
border-color css
<style>
span { border-color: #570BED; }
span { border-color: rgb(87,11,237); }
td.TdClassName
{
border-color: #570BED;
}
.TagClassName
{
border-color: #570BED;
}
</style>