Shades of Han Purple #551EFC
Tints of Han Purple #551EFC
RGB
CMYK
RGB Variations
Color information
#551EFC (or 0x551EFC) is known color: Han Purple. HEX triplet: 55, 1E and FC. RGB value is (85,30,252). Sum of RGB (Red+Green+Blue) = 85+30+252=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 30 (12.11% from 255 or 8.17% from 367); Blue value is 252 (98.83% from 255 or 68.66% from 367); Max value from RGB is 252 - color contains mainly: blue. Hex color #551EFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #551EFC is #AAE103. Grayscale: #464646. Windows color (decimal): -11198724 or 16522837. OLE color: 16522837.
HSL color Cylindrical-coordinate representation of color #551EFC: hue angle of 254.86º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #551EFC is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 30 | 252 | - |
| CMYK | 0.66 | 0.88 | 0 | 0.01 |
| HSL | 254.86º | 0.97% | 0.55% | - |
| HSV(B) | 254.86º | 0.88% | 0.99% | - |
| XYZ | 21.78 | 9.89 | 92.86 | - |
| YUV | 71.75 | 229.72 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 30 | 252 | 0.66 | 0.88 | 0 | 0.01 | 254.86 | 0.97 | 0.55 |
| Hex | 55 | 1E | FC | 42 | 58 | 0 | 1 | FF | 61 | 37 |
| Octal | 125 | 36 | 374 | 102 | 130 | 0 | 1 | 377 | 141 | 67 |
| Binary | 1010101 | 11110 | 11111100 | 1000010 | 1011000 | 0 | 1 | 11111111 | 1100001 | 110111 |
Color Harmonies of #551EFC
Complementary color
Monochromatic Colors of #551EFC
Black with #551EFC
Text Example
Text Example
White with #551EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551EFC; }
p { color: rgb(85,30,252); }
H1.HeaderClassName
{
color: #551EFC;
}
.AnyTagClassName
{
color: #551EFC;
}
</style>
background-color css
<style>
a { background-color: #551EFC; }
a { background-color: rgb(85,30,252); }
div.DivClassName
{
background-color: #551EFC;
}
.BgClassName
{
background-color: #551EFC;
}
</style>
border-color css
<style>
span { border-color: #551EFC; }
span { border-color: rgb(85,30,252); }
td.TdClassName
{
border-color: #551EFC;
}
.TagClassName
{
border-color: #551EFC;
}
</style>