Shades of Han Purple #572CFD
Tints of Han Purple #572CFD
RGB
CMYK
RGB Variations
Color information
#572CFD (or 0x572CFD) is known color: Han Purple. HEX triplet: 57, 2C and FD. RGB value is (87,44,253). Sum of RGB (Red+Green+Blue) = 87+44+253=384 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.66% from 384); Green value is 44 (17.58% from 255 or 11.46% from 384); Blue value is 253 (99.22% from 255 or 65.89% from 384); Max value from RGB is 253 - color contains mainly: blue. Hex color #572CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #572CFD is #A8D302. Grayscale: #4F4F4F. Windows color (decimal): -11064067 or 16591959. OLE color: 16591959.
HSL color Cylindrical-coordinate representation of color #572CFD: hue angle of 252.34º 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 #572CFD is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 44 | 253 | - |
| CMYK | 0.66 | 0.83 | 0 | 0.01 |
| HSL | 252.34º | 0.98% | 0.58% | - |
| HSV(B) | 252.34º | 0.83% | 0.99% | - |
| XYZ | 22.56 | 10.92 | 93.85 | - |
| YUV | 80.68 | 225.25 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 44 | 253 | 0.66 | 0.83 | 0 | 0.01 | 252.34 | 0.98 | 0.58 |
| Hex | 57 | 2C | FD | 42 | 53 | 0 | 1 | FC | 62 | 3A |
| Octal | 127 | 54 | 375 | 102 | 123 | 0 | 1 | 374 | 142 | 72 |
| Binary | 1010111 | 101100 | 11111101 | 1000010 | 1010011 | 0 | 1 | 11111100 | 1100010 | 111010 |
Color Harmonies of #572CFD
Complementary color
Monochromatic Colors of #572CFD
Black with #572CFD
Text Example
Text Example
White with #572CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572CFD; }
p { color: rgb(87,44,253); }
H1.HeaderClassName
{
color: #572CFD;
}
.AnyTagClassName
{
color: #572CFD;
}
</style>
background-color css
<style>
a { background-color: #572CFD; }
a { background-color: rgb(87,44,253); }
div.DivClassName
{
background-color: #572CFD;
}
.BgClassName
{
background-color: #572CFD;
}
</style>
border-color css
<style>
span { border-color: #572CFD; }
span { border-color: rgb(87,44,253); }
td.TdClassName
{
border-color: #572CFD;
}
.TagClassName
{
border-color: #572CFD;
}
</style>