Shades of Han Purple #550CEF
Tints of Han Purple #550CEF
RGB
CMYK
RGB Variations
Color information
#550CEF (or 0x550CEF) is known color: Han Purple. HEX triplet: 55, 0C and EF. RGB value is (85,12,239). Sum of RGB (Red+Green+Blue) = 85+12+239=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 12 (5.08% from 255 or 3.57% from 336); Blue value is 239 (93.75% from 255 or 71.13% from 336); Max value from RGB is 239 - color contains mainly: blue. Hex color #550CEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #550CEF is #AAF310. Grayscale: #3A3A3A. Windows color (decimal): -11203345 or 15666261. OLE color: 15666261.
HSL color Cylindrical-coordinate representation of color #550CEF: hue angle of 259.3º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #550CEF is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 12 | 239 | - |
| CMYK | 0.64 | 0.95 | 0 | 0.06 |
| HSL | 259.3º | 0.9% | 0.49% | - |
| HSV(B) | 259.3º | 0.95% | 0.94% | - |
| XYZ | 19.46 | 8.43 | 82.26 | - |
| YUV | 59.71 | 229.18 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 12 | 239 | 0.64 | 0.95 | 0 | 0.06 | 259.3 | 0.9 | 0.49 |
| Hex | 55 | C | EF | 40 | 5F | 0 | 6 | 103 | 5A | 31 |
| Octal | 125 | 14 | 357 | 100 | 137 | 0 | 6 | 403 | 132 | 61 |
| Binary | 1010101 | 1100 | 11101111 | 1000000 | 1011111 | 0 | 110 | 100000011 | 1011010 | 110001 |
Color Harmonies of #550CEF
Complementary color
Monochromatic Colors of #550CEF
Black with #550CEF
Text Example
Text Example
White with #550CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550CEF; }
p { color: rgb(85,12,239); }
H1.HeaderClassName
{
color: #550CEF;
}
.AnyTagClassName
{
color: #550CEF;
}
</style>
background-color css
<style>
a { background-color: #550CEF; }
a { background-color: rgb(85,12,239); }
div.DivClassName
{
background-color: #550CEF;
}
.BgClassName
{
background-color: #550CEF;
}
</style>
border-color css
<style>
span { border-color: #550CEF; }
span { border-color: rgb(85,12,239); }
td.TdClassName
{
border-color: #550CEF;
}
.TagClassName
{
border-color: #550CEF;
}
</style>