Shades of Han Purple #550FFE
Tints of Han Purple #550FFE
RGB
CMYK
RGB Variations
Color information
#550FFE (or 0x550FFE) is known color: Han Purple. HEX triplet: 55, 0F and FE. RGB value is (85,15,254). Sum of RGB (Red+Green+Blue) = 85+15+254=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 15 (6.25% from 255 or 4.24% from 354); Blue value is 254 (99.61% from 255 or 71.75% from 354); Max value from RGB is 254 - color contains mainly: blue. Hex color #550FFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #550FFE is #AAF001. Grayscale: #3E3E3E. Windows color (decimal): -11202562 or 16650069. OLE color: 16650069.
HSL color Cylindrical-coordinate representation of color #550FFE: hue angle of 257.57º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550FFE is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 15 | 254 | - |
| CMYK | 0.67 | 0.94 | 0 | 0.00 |
| HSL | 257.57º | 0.99% | 0.53% | - |
| HSV(B) | 257.57º | 0.94% | 1% | - |
| XYZ | 21.81 | 9.43 | 94.44 | - |
| YUV | 63.18 | 235.69 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 15 | 254 | 0.67 | 0.94 | 0 | 0.00 | 257.57 | 0.99 | 0.53 |
| Hex | 55 | F | FE | 43 | 5E | 0 | 0 | 102 | 63 | 35 |
| Octal | 125 | 17 | 376 | 103 | 136 | 0 | 0 | 402 | 143 | 65 |
| Binary | 1010101 | 1111 | 11111110 | 1000011 | 1011110 | 0 | 0 | 100000010 | 1100011 | 110101 |
Color Harmonies of #550FFE
Complementary color
Monochromatic Colors of #550FFE
Black with #550FFE
Text Example
Text Example
White with #550FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550FFE; }
p { color: rgb(85,15,254); }
H1.HeaderClassName
{
color: #550FFE;
}
.AnyTagClassName
{
color: #550FFE;
}
</style>
background-color css
<style>
a { background-color: #550FFE; }
a { background-color: rgb(85,15,254); }
div.DivClassName
{
background-color: #550FFE;
}
.BgClassName
{
background-color: #550FFE;
}
</style>
border-color css
<style>
span { border-color: #550FFE; }
span { border-color: rgb(85,15,254); }
td.TdClassName
{
border-color: #550FFE;
}
.TagClassName
{
border-color: #550FFE;
}
</style>