Shades of Han Purple #572BFD
Tints of Han Purple #572BFD
RGB
CMYK
RGB Variations
Color information
#572BFD (or 0x572BFD) is known color: Han Purple. HEX triplet: 57, 2B and FD. RGB value is (87,43,253). Sum of RGB (Red+Green+Blue) = 87+43+253=383 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.72% from 383); Green value is 43 (17.19% from 255 or 11.23% from 383); Blue value is 253 (99.22% from 255 or 66.06% from 383); Max value from RGB is 253 - color contains mainly: blue. Hex color #572BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #572BFD is #A8D402. Grayscale: #4F4F4F. Windows color (decimal): -11064323 or 16591703. OLE color: 16591703.
HSL color Cylindrical-coordinate representation of color #572BFD: hue angle of 252.57º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #572BFD is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 43 | 253 | - |
| CMYK | 0.66 | 0.83 | 0 | 0.01 |
| HSL | 252.57º | 0.98% | 0.58% | - |
| HSV(B) | 252.57º | 0.83% | 0.99% | - |
| XYZ | 22.52 | 10.85 | 93.83 | - |
| YUV | 80.1 | 225.58 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 43 | 253 | 0.66 | 0.83 | 0 | 0.01 | 252.57 | 0.98 | 0.58 |
| Hex | 57 | 2B | FD | 42 | 53 | 0 | 1 | FD | 62 | 3A |
| Octal | 127 | 53 | 375 | 102 | 123 | 0 | 1 | 375 | 142 | 72 |
| Binary | 1010111 | 101011 | 11111101 | 1000010 | 1010011 | 0 | 1 | 11111101 | 1100010 | 111010 |
Color Harmonies of #572BFD
Complementary color
Monochromatic Colors of #572BFD
Black with #572BFD
Text Example
Text Example
White with #572BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572BFD; }
p { color: rgb(87,43,253); }
H1.HeaderClassName
{
color: #572BFD;
}
.AnyTagClassName
{
color: #572BFD;
}
</style>
background-color css
<style>
a { background-color: #572BFD; }
a { background-color: rgb(87,43,253); }
div.DivClassName
{
background-color: #572BFD;
}
.BgClassName
{
background-color: #572BFD;
}
</style>
border-color css
<style>
span { border-color: #572BFD; }
span { border-color: rgb(87,43,253); }
td.TdClassName
{
border-color: #572BFD;
}
.TagClassName
{
border-color: #572BFD;
}
</style>