Shades of Han Purple #5716FD
Tints of Han Purple #5716FD
RGB
CMYK
RGB Variations
Color information
#5716FD (or 0x5716FD) is known color: Han Purple. HEX triplet: 57, 16 and FD. RGB value is (87,22,253). Sum of RGB (Red+Green+Blue) = 87+22+253=362 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.03% from 362); Green value is 22 (8.98% from 255 or 6.08% from 362); Blue value is 253 (99.22% from 255 or 69.89% from 362); Max value from RGB is 253 - color contains mainly: blue. Hex color #5716FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5716FD is #A8E902. Grayscale: #424242. Windows color (decimal): -11069699 or 16586327. OLE color: 16586327.
HSL color Cylindrical-coordinate representation of color #5716FD: hue angle of 256.88º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5716FD is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 22 | 253 | - |
| CMYK | 0.66 | 0.91 | 0 | 0.01 |
| HSL | 256.88º | 0.98% | 0.54% | - |
| HSV(B) | 256.88º | 0.91% | 0.99% | - |
| XYZ | 21.95 | 9.69 | 93.64 | - |
| YUV | 67.77 | 232.53 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 22 | 253 | 0.66 | 0.91 | 0 | 0.01 | 256.88 | 0.98 | 0.54 |
| Hex | 57 | 16 | FD | 42 | 5B | 0 | 1 | 101 | 62 | 36 |
| Octal | 127 | 26 | 375 | 102 | 133 | 0 | 1 | 401 | 142 | 66 |
| Binary | 1010111 | 10110 | 11111101 | 1000010 | 1011011 | 0 | 1 | 100000001 | 1100010 | 110110 |
Color Harmonies of #5716FD
Complementary color
Monochromatic Colors of #5716FD
Black with #5716FD
Text Example
Text Example
White with #5716FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5716FD; }
p { color: rgb(87,22,253); }
H1.HeaderClassName
{
color: #5716FD;
}
.AnyTagClassName
{
color: #5716FD;
}
</style>
background-color css
<style>
a { background-color: #5716FD; }
a { background-color: rgb(87,22,253); }
div.DivClassName
{
background-color: #5716FD;
}
.BgClassName
{
background-color: #5716FD;
}
</style>
border-color css
<style>
span { border-color: #5716FD; }
span { border-color: rgb(87,22,253); }
td.TdClassName
{
border-color: #5716FD;
}
.TagClassName
{
border-color: #5716FD;
}
</style>