Shades of Han Purple #5715FF
Tints of Han Purple #5715FF
RGB
CMYK
RGB Variations
Color information
#5715FF (or 0x5715FF) is known color: Han Purple. HEX triplet: 57, 15 and FF. RGB value is (87,21,255). Sum of RGB (Red+Green+Blue) = 87+21+255=363 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.97% from 363); Green value is 21 (8.59% from 255 or 5.79% from 363); Blue value is 255 (100% from 255 or 70.25% from 363); Max value from RGB is 255 - color contains mainly: blue. Hex color #5715FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5715FF is #A8EA00. Grayscale: #424242. Windows color (decimal): -11069953 or 16717143. OLE color: 16717143.
HSL color Cylindrical-coordinate representation of color #5715FF: hue angle of 256.92º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5715FF is Cyan = 0.66, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 21 | 255 | - |
| CMYK | 0.66 | 0.92 | 0 | 0 |
| HSL | 256.92º | 1% | 0.54% | - |
| HSV(B) | 256.92º | 0.92% | 1% | - |
| XYZ | 22.25 | 9.78 | 95.32 | - |
| YUV | 67.41 | 233.87 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 21 | 255 | 0.66 | 0.92 | 0 | 0 | 256.92 | 1 | 0.54 |
| Hex | 57 | 15 | FF | 42 | 5C | 0 | 0 | 101 | 64 | 36 |
| Octal | 127 | 25 | 377 | 102 | 134 | 0 | 0 | 401 | 144 | 66 |
| Binary | 1010111 | 10101 | 11111111 | 1000010 | 1011100 | 0 | 0 | 100000001 | 1100100 | 110110 |
Color Harmonies of #5715FF
Complementary color
Monochromatic Colors of #5715FF
Black with #5715FF
Text Example
Text Example
White with #5715FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5715FF; }
p { color: rgb(87,21,255); }
H1.HeaderClassName
{
color: #5715FF;
}
.AnyTagClassName
{
color: #5715FF;
}
</style>
background-color css
<style>
a { background-color: #5715FF; }
a { background-color: rgb(87,21,255); }
div.DivClassName
{
background-color: #5715FF;
}
.BgClassName
{
background-color: #5715FF;
}
</style>
border-color css
<style>
span { border-color: #5715FF; }
span { border-color: rgb(87,21,255); }
td.TdClassName
{
border-color: #5715FF;
}
.TagClassName
{
border-color: #5715FF;
}
</style>