Shades of Han Purple #550CE8
Tints of Han Purple #550CE8
RGB
CMYK
RGB Variations
Color information
#550CE8 (or 0x550CE8) is known color: Han Purple. HEX triplet: 55, 0C and E8. RGB value is (85,12,232). Sum of RGB (Red+Green+Blue) = 85+12+232=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 12 (5.08% from 255 or 3.65% from 329); Blue value is 232 (91.02% from 255 or 70.52% from 329); Max value from RGB is 232 - color contains mainly: blue. Hex color #550CE8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #550CE8 is #AAF317. Grayscale: #3A3A3A. Windows color (decimal): -11203352 or 15207509. OLE color: 15207509.
HSL color Cylindrical-coordinate representation of color #550CE8: hue angle of 259.91º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #550CE8 is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 12 | 232 | - |
| CMYK | 0.63 | 0.95 | 0 | 0.09 |
| HSL | 259.91º | 0.9% | 0.48% | - |
| HSV(B) | 259.91º | 0.95% | 0.91% | - |
| XYZ | 18.44 | 8.02 | 76.92 | - |
| YUV | 58.91 | 225.68 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 12 | 232 | 0.63 | 0.95 | 0 | 0.09 | 259.91 | 0.9 | 0.48 |
| Hex | 55 | C | E8 | 3F | 5F | 0 | 9 | 104 | 5A | 30 |
| Octal | 125 | 14 | 350 | 77 | 137 | 0 | 11 | 404 | 132 | 60 |
| Binary | 1010101 | 1100 | 11101000 | 111111 | 1011111 | 0 | 1001 | 100000100 | 1011010 | 110000 |
Color Harmonies of #550CE8
Complementary color
Monochromatic Colors of #550CE8
Black with #550CE8
Text Example
Text Example
White with #550CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550CE8; }
p { color: rgb(85,12,232); }
H1.HeaderClassName
{
color: #550CE8;
}
.AnyTagClassName
{
color: #550CE8;
}
</style>
background-color css
<style>
a { background-color: #550CE8; }
a { background-color: rgb(85,12,232); }
div.DivClassName
{
background-color: #550CE8;
}
.BgClassName
{
background-color: #550CE8;
}
</style>
border-color css
<style>
span { border-color: #550CE8; }
span { border-color: rgb(85,12,232); }
td.TdClassName
{
border-color: #550CE8;
}
.TagClassName
{
border-color: #550CE8;
}
</style>