Shades of Han Purple #5616F3
Tints of Han Purple #5616F3
RGB
CMYK
RGB Variations
Color information
#5616F3 (or 0x5616F3) is known color: Han Purple. HEX triplet: 56, 16 and F3. RGB value is (86,22,243). Sum of RGB (Red+Green+Blue) = 86+22+243=351 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.50% from 351); Green value is 22 (8.98% from 255 or 6.27% from 351); Blue value is 243 (95.31% from 255 or 69.23% from 351); Max value from RGB is 243 - color contains mainly: blue. Hex color #5616F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5616F3 is #A9E90C. Grayscale: #414141. Windows color (decimal): -11135245 or 15930966. OLE color: 15930966.
HSL color Cylindrical-coordinate representation of color #5616F3: hue angle of 257.38º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5616F3 is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 22 | 243 | - |
| CMYK | 0.65 | 0.91 | 0 | 0.05 |
| HSL | 257.38º | 0.9% | 0.52% | - |
| HSV(B) | 257.38º | 0.91% | 0.95% | - |
| XYZ | 20.3 | 9.02 | 85.47 | - |
| YUV | 66.33 | 227.7 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 22 | 243 | 0.65 | 0.91 | 0 | 0.05 | 257.38 | 0.9 | 0.52 |
| Hex | 56 | 16 | F3 | 41 | 5B | 0 | 5 | 101 | 5A | 34 |
| Octal | 126 | 26 | 363 | 101 | 133 | 0 | 5 | 401 | 132 | 64 |
| Binary | 1010110 | 10110 | 11110011 | 1000001 | 1011011 | 0 | 101 | 100000001 | 1011010 | 110100 |
Color Harmonies of #5616F3
Complementary color
Monochromatic Colors of #5616F3
Black with #5616F3
Text Example
Text Example
White with #5616F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5616F3; }
p { color: rgb(86,22,243); }
H1.HeaderClassName
{
color: #5616F3;
}
.AnyTagClassName
{
color: #5616F3;
}
</style>
background-color css
<style>
a { background-color: #5616F3; }
a { background-color: rgb(86,22,243); }
div.DivClassName
{
background-color: #5616F3;
}
.BgClassName
{
background-color: #5616F3;
}
</style>
border-color css
<style>
span { border-color: #5616F3; }
span { border-color: rgb(86,22,243); }
td.TdClassName
{
border-color: #5616F3;
}
.TagClassName
{
border-color: #5616F3;
}
</style>