Shades of Han Purple #551EF3
Tints of Han Purple #551EF3
RGB
CMYK
RGB Variations
Color information
#551EF3 (or 0x551EF3) is known color: Han Purple. HEX triplet: 55, 1E and F3. RGB value is (85,30,243). Sum of RGB (Red+Green+Blue) = 85+30+243=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 30 (12.11% from 255 or 8.38% from 358); Blue value is 243 (95.31% from 255 or 67.88% from 358); Max value from RGB is 243 - color contains mainly: blue. Hex color #551EF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #551EF3 is #AAE10C. Grayscale: #454545. Windows color (decimal): -11198733 or 15933013. OLE color: 15933013.
HSL color Cylindrical-coordinate representation of color #551EF3: hue angle of 255.49º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #551EF3 is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 30 | 243 | - |
| CMYK | 0.65 | 0.88 | 0 | 0.05 |
| HSL | 255.49º | 0.9% | 0.54% | - |
| HSV(B) | 255.49º | 0.88% | 0.95% | - |
| XYZ | 20.39 | 9.33 | 85.52 | - |
| YUV | 70.73 | 225.22 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 30 | 243 | 0.65 | 0.88 | 0 | 0.05 | 255.49 | 0.9 | 0.54 |
| Hex | 55 | 1E | F3 | 41 | 58 | 0 | 5 | FF | 5A | 36 |
| Octal | 125 | 36 | 363 | 101 | 130 | 0 | 5 | 377 | 132 | 66 |
| Binary | 1010101 | 11110 | 11110011 | 1000001 | 1011000 | 0 | 101 | 11111111 | 1011010 | 110110 |
Color Harmonies of #551EF3
Complementary color
Monochromatic Colors of #551EF3
Black with #551EF3
Text Example
Text Example
White with #551EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551EF3; }
p { color: rgb(85,30,243); }
H1.HeaderClassName
{
color: #551EF3;
}
.AnyTagClassName
{
color: #551EF3;
}
</style>
background-color css
<style>
a { background-color: #551EF3; }
a { background-color: rgb(85,30,243); }
div.DivClassName
{
background-color: #551EF3;
}
.BgClassName
{
background-color: #551EF3;
}
</style>
border-color css
<style>
span { border-color: #551EF3; }
span { border-color: rgb(85,30,243); }
td.TdClassName
{
border-color: #551EF3;
}
.TagClassName
{
border-color: #551EF3;
}
</style>