Shades of Han Purple #5732FC
Tints of Han Purple #5732FC
RGB
CMYK
RGB Variations
Color information
#5732FC (or 0x5732FC) is known color: Han Purple. HEX triplet: 57, 32 and FC. RGB value is (87,50,252). Sum of RGB (Red+Green+Blue) = 87+50+252=389 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.37% from 389); Green value is 50 (19.92% from 255 or 12.85% from 389); Blue value is 252 (98.83% from 255 or 64.78% from 389); Max value from RGB is 252 - color contains mainly: blue. Hex color #5732FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5732FC is #A8CD03. Grayscale: #535353. Windows color (decimal): -11062532 or 16527959. OLE color: 16527959.
HSL color Cylindrical-coordinate representation of color #5732FC: hue angle of 250.99º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5732FC is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 50 | 252 | - |
| CMYK | 0.65 | 0.80 | 0 | 0.01 |
| HSL | 250.99º | 0.97% | 0.59% | - |
| HSV(B) | 250.99º | 0.8% | 0.99% | - |
| XYZ | 22.64 | 11.34 | 93.09 | - |
| YUV | 84.09 | 222.76 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 50 | 252 | 0.65 | 0.80 | 0 | 0.01 | 250.99 | 0.97 | 0.59 |
| Hex | 57 | 32 | FC | 41 | 50 | 0 | 1 | FB | 61 | 3B |
| Octal | 127 | 62 | 374 | 101 | 120 | 0 | 1 | 373 | 141 | 73 |
| Binary | 1010111 | 110010 | 11111100 | 1000001 | 1010000 | 0 | 1 | 11111011 | 1100001 | 111011 |
Color Harmonies of #5732FC
Complementary color
Monochromatic Colors of #5732FC
Black with #5732FC
Text Example
Text Example
White with #5732FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5732FC; }
p { color: rgb(87,50,252); }
H1.HeaderClassName
{
color: #5732FC;
}
.AnyTagClassName
{
color: #5732FC;
}
</style>
background-color css
<style>
a { background-color: #5732FC; }
a { background-color: rgb(87,50,252); }
div.DivClassName
{
background-color: #5732FC;
}
.BgClassName
{
background-color: #5732FC;
}
</style>
border-color css
<style>
span { border-color: #5732FC; }
span { border-color: rgb(87,50,252); }
td.TdClassName
{
border-color: #5732FC;
}
.TagClassName
{
border-color: #5732FC;
}
</style>