Shades of Han Purple #570BFB
Tints of Han Purple #570BFB
RGB
CMYK
RGB Variations
Color information
#570BFB (or 0x570BFB) is known color: Han Purple. HEX triplet: 57, 0B and FB. RGB value is (87,11,251). Sum of RGB (Red+Green+Blue) = 87+11+251=349 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.93% from 349); Green value is 11 (4.69% from 255 or 3.15% from 349); Blue value is 251 (98.44% from 255 or 71.92% from 349); Max value from RGB is 251 - color contains mainly: blue. Hex color #570BFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #570BFB is #A8F404. Grayscale: #3C3C3C. Windows color (decimal): -11072517 or 16452439. OLE color: 16452439.
HSL color Cylindrical-coordinate representation of color #570BFB: hue angle of 259º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #570BFB is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 87 | 11 | 251 | - |
| CMYK | 0.65 | 0.96 | 0 | 0.02 |
| HSL | 259º | 0.97% | 0.51% | - |
| HSV(B) | 259º | 0.96% | 0.98% | - |
| XYZ | 21.46 | 9.23 | 91.92 | - |
| YUV | 61.08 | 235.18 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 11 | 251 | 0.65 | 0.96 | 0 | 0.02 | 259 | 0.97 | 0.51 |
| Hex | 57 | B | FB | 41 | 60 | 0 | 2 | 103 | 61 | 33 |
| Octal | 127 | 13 | 373 | 101 | 140 | 0 | 2 | 403 | 141 | 63 |
| Binary | 1010111 | 1011 | 11111011 | 1000001 | 1100000 | 0 | 10 | 100000011 | 1100001 | 110011 |
Color Harmonies of #570BFB
Complementary color
Monochromatic Colors of #570BFB
Black with #570BFB
Text Example
Text Example
White with #570BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570BFB; }
p { color: rgb(87,11,251); }
H1.HeaderClassName
{
color: #570BFB;
}
.AnyTagClassName
{
color: #570BFB;
}
</style>
background-color css
<style>
a { background-color: #570BFB; }
a { background-color: rgb(87,11,251); }
div.DivClassName
{
background-color: #570BFB;
}
.BgClassName
{
background-color: #570BFB;
}
</style>
border-color css
<style>
span { border-color: #570BFB; }
span { border-color: rgb(87,11,251); }
td.TdClassName
{
border-color: #570BFB;
}
.TagClassName
{
border-color: #570BFB;
}
</style>