Shades of Han Purple #551CFA
Tints of Han Purple #551CFA
RGB
CMYK
RGB Variations
Color information
#551CFA (or 0x551CFA) is known color: Han Purple. HEX triplet: 55, 1C and FA. RGB value is (85,28,250). Sum of RGB (Red+Green+Blue) = 85+28+250=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 28 (11.33% from 255 or 7.71% from 363); Blue value is 250 (98.05% from 255 or 68.87% from 363); Max value from RGB is 250 - color contains mainly: blue. Hex color #551CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #551CFA is #AAE305. Grayscale: #454545. Windows color (decimal): -11199238 or 16391253. OLE color: 16391253.
HSL color Cylindrical-coordinate representation of color #551CFA: hue angle of 255.41º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #551CFA is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 28 | 250 | - |
| CMYK | 0.66 | 0.89 | 0 | 0.02 |
| HSL | 255.41º | 0.96% | 0.55% | - |
| HSV(B) | 255.41º | 0.89% | 0.98% | - |
| XYZ | 21.42 | 9.66 | 91.18 | - |
| YUV | 70.35 | 229.38 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 28 | 250 | 0.66 | 0.89 | 0 | 0.02 | 255.41 | 0.96 | 0.55 |
| Hex | 55 | 1C | FA | 42 | 59 | 0 | 2 | FF | 60 | 37 |
| Octal | 125 | 34 | 372 | 102 | 131 | 0 | 2 | 377 | 140 | 67 |
| Binary | 1010101 | 11100 | 11111010 | 1000010 | 1011001 | 0 | 10 | 11111111 | 1100000 | 110111 |
Color Harmonies of #551CFA
Complementary color
Monochromatic Colors of #551CFA
Black with #551CFA
Text Example
Text Example
White with #551CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551CFA; }
p { color: rgb(85,28,250); }
H1.HeaderClassName
{
color: #551CFA;
}
.AnyTagClassName
{
color: #551CFA;
}
</style>
background-color css
<style>
a { background-color: #551CFA; }
a { background-color: rgb(85,28,250); }
div.DivClassName
{
background-color: #551CFA;
}
.BgClassName
{
background-color: #551CFA;
}
</style>
border-color css
<style>
span { border-color: #551CFA; }
span { border-color: rgb(85,28,250); }
td.TdClassName
{
border-color: #551CFA;
}
.TagClassName
{
border-color: #551CFA;
}
</style>