Shades of Han Purple #5515FC
Tints of Han Purple #5515FC
RGB
CMYK
RGB Variations
Color information
#5515FC (or 0x5515FC) is known color: Han Purple. HEX triplet: 55, 15 and FC. RGB value is (85,21,252). Sum of RGB (Red+Green+Blue) = 85+21+252=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 21 (8.59% from 255 or 5.87% from 358); Blue value is 252 (98.83% from 255 or 70.39% from 358); Max value from RGB is 252 - color contains mainly: blue. Hex color #5515FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5515FC is #AAEA03. Grayscale: #414141. Windows color (decimal): -11201028 or 16520533. OLE color: 16520533.
HSL color Cylindrical-coordinate representation of color #5515FC: hue angle of 256.62º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5515FC is Cyan = 0.66, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 21 | 252 | - |
| CMYK | 0.66 | 0.92 | 0 | 0.01 |
| HSL | 256.62º | 0.97% | 0.54% | - |
| HSV(B) | 256.62º | 0.92% | 0.99% | - |
| XYZ | 21.59 | 9.5 | 92.79 | - |
| YUV | 66.47 | 232.7 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 21 | 252 | 0.66 | 0.92 | 0 | 0.01 | 256.62 | 0.97 | 0.54 |
| Hex | 55 | 15 | FC | 42 | 5C | 0 | 1 | 101 | 61 | 36 |
| Octal | 125 | 25 | 374 | 102 | 134 | 0 | 1 | 401 | 141 | 66 |
| Binary | 1010101 | 10101 | 11111100 | 1000010 | 1011100 | 0 | 1 | 100000001 | 1100001 | 110110 |
Color Harmonies of #5515FC
Complementary color
Monochromatic Colors of #5515FC
Black with #5515FC
Text Example
Text Example
White with #5515FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5515FC; }
p { color: rgb(85,21,252); }
H1.HeaderClassName
{
color: #5515FC;
}
.AnyTagClassName
{
color: #5515FC;
}
</style>
background-color css
<style>
a { background-color: #5515FC; }
a { background-color: rgb(85,21,252); }
div.DivClassName
{
background-color: #5515FC;
}
.BgClassName
{
background-color: #5515FC;
}
</style>
border-color css
<style>
span { border-color: #5515FC; }
span { border-color: rgb(85,21,252); }
td.TdClassName
{
border-color: #5515FC;
}
.TagClassName
{
border-color: #5515FC;
}
</style>