Shades of Han Purple #551FFE
Tints of Han Purple #551FFE
RGB
CMYK
RGB Variations
Color information
#551FFE (or 0x551FFE) is known color: Han Purple. HEX triplet: 55, 1F and FE. RGB value is (85,31,254). Sum of RGB (Red+Green+Blue) = 85+31+254=370 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.97% from 370); Green value is 31 (12.5% from 255 or 8.38% from 370); Blue value is 254 (99.61% from 255 or 68.65% from 370); Max value from RGB is 254 - color contains mainly: blue. Hex color #551FFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #551FFE is #AAE001. Grayscale: #474747. Windows color (decimal): -11198466 or 16654165. OLE color: 16654165.
HSL color Cylindrical-coordinate representation of color #551FFE: hue angle of 254.53º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #551FFE is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 31 | 254 | - |
| CMYK | 0.67 | 0.88 | 0 | 0.00 |
| HSL | 254.53º | 0.99% | 0.56% | - |
| HSV(B) | 254.53º | 0.88% | 1% | - |
| XYZ | 22.13 | 10.07 | 94.54 | - |
| YUV | 72.57 | 230.39 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 31 | 254 | 0.67 | 0.88 | 0 | 0.00 | 254.53 | 0.99 | 0.56 |
| Hex | 55 | 1F | FE | 43 | 58 | 0 | 0 | FF | 63 | 38 |
| Octal | 125 | 37 | 376 | 103 | 130 | 0 | 0 | 377 | 143 | 70 |
| Binary | 1010101 | 11111 | 11111110 | 1000011 | 1011000 | 0 | 0 | 11111111 | 1100011 | 111000 |
Color Harmonies of #551FFE
Complementary color
Monochromatic Colors of #551FFE
Black with #551FFE
Text Example
Text Example
White with #551FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551FFE; }
p { color: rgb(85,31,254); }
H1.HeaderClassName
{
color: #551FFE;
}
.AnyTagClassName
{
color: #551FFE;
}
</style>
background-color css
<style>
a { background-color: #551FFE; }
a { background-color: rgb(85,31,254); }
div.DivClassName
{
background-color: #551FFE;
}
.BgClassName
{
background-color: #551FFE;
}
</style>
border-color css
<style>
span { border-color: #551FFE; }
span { border-color: rgb(85,31,254); }
td.TdClassName
{
border-color: #551FFE;
}
.TagClassName
{
border-color: #551FFE;
}
</style>