Shades of Han Purple #5719FD
Tints of Han Purple #5719FD
RGB
CMYK
RGB Variations
Color information
#5719FD (or 0x5719FD) is known color: Han Purple. HEX triplet: 57, 19 and FD. RGB value is (87,25,253). Sum of RGB (Red+Green+Blue) = 87+25+253=365 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.84% from 365); Green value is 25 (10.16% from 255 or 6.85% from 365); Blue value is 253 (99.22% from 255 or 69.32% from 365); Max value from RGB is 253 - color contains mainly: blue. Hex color #5719FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5719FD is #A8E602. Grayscale: #444444. Windows color (decimal): -11068931 or 16587095. OLE color: 16587095.
HSL color Cylindrical-coordinate representation of color #5719FD: hue angle of 256.32º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5719FD is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 25 | 253 | - |
| CMYK | 0.66 | 0.90 | 0 | 0.01 |
| HSL | 256.32º | 0.98% | 0.55% | - |
| HSV(B) | 256.32º | 0.9% | 0.99% | - |
| XYZ | 22.01 | 9.81 | 93.66 | - |
| YUV | 69.53 | 231.54 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 25 | 253 | 0.66 | 0.90 | 0 | 0.01 | 256.32 | 0.98 | 0.55 |
| Hex | 57 | 19 | FD | 42 | 5A | 0 | 1 | 100 | 62 | 37 |
| Octal | 127 | 31 | 375 | 102 | 132 | 0 | 1 | 400 | 142 | 67 |
| Binary | 1010111 | 11001 | 11111101 | 1000010 | 1011010 | 0 | 1 | 100000000 | 1100010 | 110111 |
Color Harmonies of #5719FD
Complementary color
Monochromatic Colors of #5719FD
Black with #5719FD
Text Example
Text Example
White with #5719FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5719FD; }
p { color: rgb(87,25,253); }
H1.HeaderClassName
{
color: #5719FD;
}
.AnyTagClassName
{
color: #5719FD;
}
</style>
background-color css
<style>
a { background-color: #5719FD; }
a { background-color: rgb(87,25,253); }
div.DivClassName
{
background-color: #5719FD;
}
.BgClassName
{
background-color: #5719FD;
}
</style>
border-color css
<style>
span { border-color: #5719FD; }
span { border-color: rgb(87,25,253); }
td.TdClassName
{
border-color: #5719FD;
}
.TagClassName
{
border-color: #5719FD;
}
</style>