Shades of Han Purple #5515FE
Tints of Han Purple #5515FE
RGB
CMYK
RGB Variations
Color information
#5515FE (or 0x5515FE) is known color: Han Purple. HEX triplet: 55, 15 and FE. RGB value is (85,21,254). Sum of RGB (Red+Green+Blue) = 85+21+254=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 21 (8.59% from 255 or 5.83% from 360); Blue value is 254 (99.61% from 255 or 70.56% from 360); Max value from RGB is 254 - color contains mainly: blue. Hex color #5515FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5515FE is #AAEA01. Grayscale: #414141. Windows color (decimal): -11201026 or 16651605. OLE color: 16651605.
HSL color Cylindrical-coordinate representation of color #5515FE: hue angle of 256.48º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5515FE is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 21 | 254 | - |
| CMYK | 0.67 | 0.92 | 0 | 0.00 |
| HSL | 256.48º | 0.99% | 0.54% | - |
| HSV(B) | 256.48º | 0.92% | 1% | - |
| XYZ | 21.9 | 9.62 | 94.47 | - |
| YUV | 66.7 | 233.7 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 21 | 254 | 0.67 | 0.92 | 0 | 0.00 | 256.48 | 0.99 | 0.54 |
| Hex | 55 | 15 | FE | 43 | 5C | 0 | 0 | 100 | 63 | 36 |
| Octal | 125 | 25 | 376 | 103 | 134 | 0 | 0 | 400 | 143 | 66 |
| Binary | 1010101 | 10101 | 11111110 | 1000011 | 1011100 | 0 | 0 | 100000000 | 1100011 | 110110 |
Color Harmonies of #5515FE
Complementary color
Monochromatic Colors of #5515FE
Black with #5515FE
Text Example
Text Example
White with #5515FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5515FE; }
p { color: rgb(85,21,254); }
H1.HeaderClassName
{
color: #5515FE;
}
.AnyTagClassName
{
color: #5515FE;
}
</style>
background-color css
<style>
a { background-color: #5515FE; }
a { background-color: rgb(85,21,254); }
div.DivClassName
{
background-color: #5515FE;
}
.BgClassName
{
background-color: #5515FE;
}
</style>
border-color css
<style>
span { border-color: #5515FE; }
span { border-color: rgb(85,21,254); }
td.TdClassName
{
border-color: #5515FE;
}
.TagClassName
{
border-color: #5515FE;
}
</style>