Shades of Han Purple #5519F6
Tints of Han Purple #5519F6
RGB
CMYK
RGB Variations
Color information
#5519F6 (or 0x5519F6) is known color: Han Purple. HEX triplet: 55, 19 and F6. RGB value is (85,25,246). Sum of RGB (Red+Green+Blue) = 85+25+246=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 25 (10.16% from 255 or 7.02% from 356); Blue value is 246 (96.48% from 255 or 69.10% from 356); Max value from RGB is 246 - color contains mainly: blue. Hex color #5519F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5519F6 is #AAE609. Grayscale: #434343. Windows color (decimal): -11200010 or 16128341. OLE color: 16128341.
HSL color Cylindrical-coordinate representation of color #5519F6: hue angle of 256.29º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5519F6 is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 25 | 246 | - |
| CMYK | 0.65 | 0.90 | 0 | 0.04 |
| HSL | 256.29º | 0.92% | 0.53% | - |
| HSV(B) | 256.29º | 0.9% | 0.96% | - |
| XYZ | 20.73 | 9.28 | 87.89 | - |
| YUV | 68.13 | 228.38 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 25 | 246 | 0.65 | 0.90 | 0 | 0.04 | 256.29 | 0.92 | 0.53 |
| Hex | 55 | 19 | F6 | 41 | 5A | 0 | 4 | 100 | 5C | 35 |
| Octal | 125 | 31 | 366 | 101 | 132 | 0 | 4 | 400 | 134 | 65 |
| Binary | 1010101 | 11001 | 11110110 | 1000001 | 1011010 | 0 | 100 | 100000000 | 1011100 | 110101 |
Color Harmonies of #5519F6
Complementary color
Monochromatic Colors of #5519F6
Black with #5519F6
Text Example
Text Example
White with #5519F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5519F6; }
p { color: rgb(85,25,246); }
H1.HeaderClassName
{
color: #5519F6;
}
.AnyTagClassName
{
color: #5519F6;
}
</style>
background-color css
<style>
a { background-color: #5519F6; }
a { background-color: rgb(85,25,246); }
div.DivClassName
{
background-color: #5519F6;
}
.BgClassName
{
background-color: #5519F6;
}
</style>
border-color css
<style>
span { border-color: #5519F6; }
span { border-color: rgb(85,25,246); }
td.TdClassName
{
border-color: #5519F6;
}
.TagClassName
{
border-color: #5519F6;
}
</style>