Shades of Han Purple #551FEF
Tints of Han Purple #551FEF
RGB
CMYK
RGB Variations
Color information
#551FEF (or 0x551FEF) is known color: Han Purple. HEX triplet: 55, 1F and EF. RGB value is (85,31,239). Sum of RGB (Red+Green+Blue) = 85+31+239=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 31 (12.5% from 255 or 8.73% from 355); Blue value is 239 (93.75% from 255 or 67.32% from 355); Max value from RGB is 239 - color contains mainly: blue. Hex color #551FEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #551FEF is #AAE010. Grayscale: #464646. Windows color (decimal): -11198481 or 15671125. OLE color: 15671125.
HSL color Cylindrical-coordinate representation of color #551FEF: hue angle of 255.58º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #551FEF is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 31 | 239 | - |
| CMYK | 0.64 | 0.87 | 0 | 0.06 |
| HSL | 255.58º | 0.87% | 0.53% | - |
| HSV(B) | 255.58º | 0.87% | 0.94% | - |
| XYZ | 19.82 | 9.14 | 82.38 | - |
| YUV | 70.86 | 222.89 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 31 | 239 | 0.64 | 0.87 | 0 | 0.06 | 255.58 | 0.87 | 0.53 |
| Hex | 55 | 1F | EF | 40 | 57 | 0 | 6 | 100 | 57 | 35 |
| Octal | 125 | 37 | 357 | 100 | 127 | 0 | 6 | 400 | 127 | 65 |
| Binary | 1010101 | 11111 | 11101111 | 1000000 | 1010111 | 0 | 110 | 100000000 | 1010111 | 110101 |
Color Harmonies of #551FEF
Complementary color
Monochromatic Colors of #551FEF
Black with #551FEF
Text Example
Text Example
White with #551FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551FEF; }
p { color: rgb(85,31,239); }
H1.HeaderClassName
{
color: #551FEF;
}
.AnyTagClassName
{
color: #551FEF;
}
</style>
background-color css
<style>
a { background-color: #551FEF; }
a { background-color: rgb(85,31,239); }
div.DivClassName
{
background-color: #551FEF;
}
.BgClassName
{
background-color: #551FEF;
}
</style>
border-color css
<style>
span { border-color: #551FEF; }
span { border-color: rgb(85,31,239); }
td.TdClassName
{
border-color: #551FEF;
}
.TagClassName
{
border-color: #551FEF;
}
</style>