Shades of Han Purple #551EF2
Tints of Han Purple #551EF2
RGB
CMYK
RGB Variations
Color information
#551EF2 (or 0x551EF2) is known color: Han Purple. HEX triplet: 55, 1E and F2. RGB value is (85,30,242). Sum of RGB (Red+Green+Blue) = 85+30+242=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 30 (12.11% from 255 or 8.40% from 357); Blue value is 242 (94.92% from 255 or 67.79% from 357); Max value from RGB is 242 - color contains mainly: blue. Hex color #551EF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #551EF2 is #AAE10D. Grayscale: #454545. Windows color (decimal): -11198734 or 15867477. OLE color: 15867477.
HSL color Cylindrical-coordinate representation of color #551EF2: hue angle of 255.57º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #551EF2 is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 30 | 242 | - |
| CMYK | 0.65 | 0.88 | 0 | 0.05 |
| HSL | 255.57º | 0.89% | 0.53% | - |
| HSV(B) | 255.57º | 0.88% | 0.95% | - |
| XYZ | 20.24 | 9.27 | 84.73 | - |
| YUV | 70.61 | 224.72 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 30 | 242 | 0.65 | 0.88 | 0 | 0.05 | 255.57 | 0.89 | 0.53 |
| Hex | 55 | 1E | F2 | 41 | 58 | 0 | 5 | 100 | 59 | 35 |
| Octal | 125 | 36 | 362 | 101 | 130 | 0 | 5 | 400 | 131 | 65 |
| Binary | 1010101 | 11110 | 11110010 | 1000001 | 1011000 | 0 | 101 | 100000000 | 1011001 | 110101 |
Color Harmonies of #551EF2
Complementary color
Monochromatic Colors of #551EF2
Black with #551EF2
Text Example
Text Example
White with #551EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551EF2; }
p { color: rgb(85,30,242); }
H1.HeaderClassName
{
color: #551EF2;
}
.AnyTagClassName
{
color: #551EF2;
}
</style>
background-color css
<style>
a { background-color: #551EF2; }
a { background-color: rgb(85,30,242); }
div.DivClassName
{
background-color: #551EF2;
}
.BgClassName
{
background-color: #551EF2;
}
</style>
border-color css
<style>
span { border-color: #551EF2; }
span { border-color: rgb(85,30,242); }
td.TdClassName
{
border-color: #551EF2;
}
.TagClassName
{
border-color: #551EF2;
}
</style>