Shades of Han Purple #5724FB
Tints of Han Purple #5724FB
RGB
CMYK
RGB Variations
Color information
#5724FB (or 0x5724FB) is known color: Han Purple. HEX triplet: 57, 24 and FB. RGB value is (87,36,251). Sum of RGB (Red+Green+Blue) = 87+36+251=374 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.26% from 374); Green value is 36 (14.45% from 255 or 9.63% from 374); Blue value is 251 (98.44% from 255 or 67.11% from 374); Max value from RGB is 251 - color contains mainly: blue. Hex color #5724FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5724FB is #A8DB04. Grayscale: #4A4A4A. Windows color (decimal): -11066117 or 16458839. OLE color: 16458839.
HSL color Cylindrical-coordinate representation of color #5724FB: hue angle of 254.23º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5724FB is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 87 | 36 | 251 | - |
| CMYK | 0.65 | 0.86 | 0 | 0.02 |
| HSL | 254.23º | 0.96% | 0.56% | - |
| HSV(B) | 254.23º | 0.86% | 0.98% | - |
| XYZ | 21.97 | 10.25 | 92.09 | - |
| YUV | 75.76 | 226.9 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 36 | 251 | 0.65 | 0.86 | 0 | 0.02 | 254.23 | 0.96 | 0.56 |
| Hex | 57 | 24 | FB | 41 | 56 | 0 | 2 | FE | 60 | 38 |
| Octal | 127 | 44 | 373 | 101 | 126 | 0 | 2 | 376 | 140 | 70 |
| Binary | 1010111 | 100100 | 11111011 | 1000001 | 1010110 | 0 | 10 | 11111110 | 1100000 | 111000 |
Color Harmonies of #5724FB
Complementary color
Monochromatic Colors of #5724FB
Black with #5724FB
Text Example
Text Example
White with #5724FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5724FB; }
p { color: rgb(87,36,251); }
H1.HeaderClassName
{
color: #5724FB;
}
.AnyTagClassName
{
color: #5724FB;
}
</style>
background-color css
<style>
a { background-color: #5724FB; }
a { background-color: rgb(87,36,251); }
div.DivClassName
{
background-color: #5724FB;
}
.BgClassName
{
background-color: #5724FB;
}
</style>
border-color css
<style>
span { border-color: #5724FB; }
span { border-color: rgb(87,36,251); }
td.TdClassName
{
border-color: #5724FB;
}
.TagClassName
{
border-color: #5724FB;
}
</style>