Shades of Han Purple #551AFE
Tints of Han Purple #551AFE
RGB
CMYK
RGB Variations
Color information
#551AFE (or 0x551AFE) is known color: Han Purple. HEX triplet: 55, 1A and FE. RGB value is (85,26,254). Sum of RGB (Red+Green+Blue) = 85+26+254=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 26 (10.55% from 255 or 7.12% from 365); Blue value is 254 (99.61% from 255 or 69.59% from 365); Max value from RGB is 254 - color contains mainly: blue. Hex color #551AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #551AFE is #AAE501. Grayscale: #444444. Windows color (decimal): -11199746 or 16652885. OLE color: 16652885.
HSL color Cylindrical-coordinate representation of color #551AFE: hue angle of 255.53º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #551AFE is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 26 | 254 | - |
| CMYK | 0.67 | 0.90 | 0 | 0.00 |
| HSL | 255.53º | 0.99% | 0.55% | - |
| HSV(B) | 255.53º | 0.9% | 1% | - |
| XYZ | 22.01 | 9.83 | 94.5 | - |
| YUV | 69.63 | 232.05 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 26 | 254 | 0.67 | 0.90 | 0 | 0.00 | 255.53 | 0.99 | 0.55 |
| Hex | 55 | 1A | FE | 43 | 5A | 0 | 0 | 100 | 63 | 37 |
| Octal | 125 | 32 | 376 | 103 | 132 | 0 | 0 | 400 | 143 | 67 |
| Binary | 1010101 | 11010 | 11111110 | 1000011 | 1011010 | 0 | 0 | 100000000 | 1100011 | 110111 |
Color Harmonies of #551AFE
Complementary color
Monochromatic Colors of #551AFE
Black with #551AFE
Text Example
Text Example
White with #551AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551AFE; }
p { color: rgb(85,26,254); }
H1.HeaderClassName
{
color: #551AFE;
}
.AnyTagClassName
{
color: #551AFE;
}
</style>
background-color css
<style>
a { background-color: #551AFE; }
a { background-color: rgb(85,26,254); }
div.DivClassName
{
background-color: #551AFE;
}
.BgClassName
{
background-color: #551AFE;
}
</style>
border-color css
<style>
span { border-color: #551AFE; }
span { border-color: rgb(85,26,254); }
td.TdClassName
{
border-color: #551AFE;
}
.TagClassName
{
border-color: #551AFE;
}
</style>