Shades of Han Purple #550DFE
Tints of Han Purple #550DFE
RGB
CMYK
RGB Variations
Color information
#550DFE (or 0x550DFE) is known color: Han Purple. HEX triplet: 55, 0D and FE. RGB value is (85,13,254). Sum of RGB (Red+Green+Blue) = 85+13+254=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 13 (5.47% from 255 or 3.69% from 352); Blue value is 254 (99.61% from 255 or 72.16% from 352); Max value from RGB is 254 - color contains mainly: blue. Hex color #550DFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #550DFE is #AAF201. Grayscale: #3D3D3D. Windows color (decimal): -11203074 or 16649557. OLE color: 16649557.
HSL color Cylindrical-coordinate representation of color #550DFE: hue angle of 257.93º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #550DFE is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 13 | 254 | - |
| CMYK | 0.67 | 0.95 | 0 | 0.00 |
| HSL | 257.93º | 0.99% | 0.52% | - |
| HSV(B) | 257.93º | 0.95% | 1% | - |
| XYZ | 21.78 | 9.37 | 94.43 | - |
| YUV | 62 | 236.35 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 13 | 254 | 0.67 | 0.95 | 0 | 0.00 | 257.93 | 0.99 | 0.52 |
| Hex | 55 | D | FE | 43 | 5F | 0 | 0 | 102 | 63 | 34 |
| Octal | 125 | 15 | 376 | 103 | 137 | 0 | 0 | 402 | 143 | 64 |
| Binary | 1010101 | 1101 | 11111110 | 1000011 | 1011111 | 0 | 0 | 100000010 | 1100011 | 110100 |
Color Harmonies of #550DFE
Complementary color
Monochromatic Colors of #550DFE
Black with #550DFE
Text Example
Text Example
White with #550DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550DFE; }
p { color: rgb(85,13,254); }
H1.HeaderClassName
{
color: #550DFE;
}
.AnyTagClassName
{
color: #550DFE;
}
</style>
background-color css
<style>
a { background-color: #550DFE; }
a { background-color: rgb(85,13,254); }
div.DivClassName
{
background-color: #550DFE;
}
.BgClassName
{
background-color: #550DFE;
}
</style>
border-color css
<style>
span { border-color: #550DFE; }
span { border-color: rgb(85,13,254); }
td.TdClassName
{
border-color: #550DFE;
}
.TagClassName
{
border-color: #550DFE;
}
</style>