Shades of Han Purple #5717F3
Tints of Han Purple #5717F3
RGB
CMYK
RGB Variations
Color information
#5717F3 (or 0x5717F3) is known color: Han Purple. HEX triplet: 57, 17 and F3. RGB value is (87,23,243). Sum of RGB (Red+Green+Blue) = 87+23+243=353 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.65% from 353); Green value is 23 (9.38% from 255 or 6.52% from 353); Blue value is 243 (95.31% from 255 or 68.84% from 353); Max value from RGB is 243 - color contains mainly: blue. Hex color #5717F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5717F3 is #A8E80C. Grayscale: #424242. Windows color (decimal): -11069453 or 15931223. OLE color: 15931223.
HSL color Cylindrical-coordinate representation of color #5717F3: hue angle of 257.45º 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 #5717F3 is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 87 | 23 | 243 | - |
| CMYK | 0.64 | 0.91 | 0 | 0.05 |
| HSL | 257.45º | 0.9% | 0.52% | - |
| HSV(B) | 257.45º | 0.91% | 0.95% | - |
| XYZ | 20.41 | 9.11 | 85.48 | - |
| YUV | 67.22 | 227.2 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 23 | 243 | 0.64 | 0.91 | 0 | 0.05 | 257.45 | 0.9 | 0.52 |
| Hex | 57 | 17 | F3 | 40 | 5B | 0 | 5 | 101 | 5A | 34 |
| Octal | 127 | 27 | 363 | 100 | 133 | 0 | 5 | 401 | 132 | 64 |
| Binary | 1010111 | 10111 | 11110011 | 1000000 | 1011011 | 0 | 101 | 100000001 | 1011010 | 110100 |
Color Harmonies of #5717F3
Complementary color
Monochromatic Colors of #5717F3
Black with #5717F3
Text Example
Text Example
White with #5717F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5717F3; }
p { color: rgb(87,23,243); }
H1.HeaderClassName
{
color: #5717F3;
}
.AnyTagClassName
{
color: #5717F3;
}
</style>
background-color css
<style>
a { background-color: #5717F3; }
a { background-color: rgb(87,23,243); }
div.DivClassName
{
background-color: #5717F3;
}
.BgClassName
{
background-color: #5717F3;
}
</style>
border-color css
<style>
span { border-color: #5717F3; }
span { border-color: rgb(87,23,243); }
td.TdClassName
{
border-color: #5717F3;
}
.TagClassName
{
border-color: #5717F3;
}
</style>