Shades of Han Purple #550CEA
Tints of Han Purple #550CEA
RGB
CMYK
RGB Variations
Color information
#550CEA (or 0x550CEA) is known color: Han Purple. HEX triplet: 55, 0C and EA. RGB value is (85,12,234). Sum of RGB (Red+Green+Blue) = 85+12+234=331 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.68% from 331); Green value is 12 (5.08% from 255 or 3.63% from 331); Blue value is 234 (91.80% from 255 or 70.69% from 331); Max value from RGB is 234 - color contains mainly: blue. Hex color #550CEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #550CEA is #AAF315. Grayscale: #3A3A3A. Windows color (decimal): -11203350 or 15338581. OLE color: 15338581.
HSL color Cylindrical-coordinate representation of color #550CEA: hue angle of 259.73º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #550CEA is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 12 | 234 | - |
| CMYK | 0.64 | 0.95 | 0 | 0.08 |
| HSL | 259.73º | 0.9% | 0.48% | - |
| HSV(B) | 259.73º | 0.95% | 0.92% | - |
| XYZ | 18.73 | 8.13 | 78.42 | - |
| YUV | 59.14 | 226.68 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 12 | 234 | 0.64 | 0.95 | 0 | 0.08 | 259.73 | 0.9 | 0.48 |
| Hex | 55 | C | EA | 40 | 5F | 0 | 8 | 104 | 5A | 30 |
| Octal | 125 | 14 | 352 | 100 | 137 | 0 | 10 | 404 | 132 | 60 |
| Binary | 1010101 | 1100 | 11101010 | 1000000 | 1011111 | 0 | 1000 | 100000100 | 1011010 | 110000 |
Color Harmonies of #550CEA
Complementary color
Monochromatic Colors of #550CEA
Black with #550CEA
Text Example
Text Example
White with #550CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550CEA; }
p { color: rgb(85,12,234); }
H1.HeaderClassName
{
color: #550CEA;
}
.AnyTagClassName
{
color: #550CEA;
}
</style>
background-color css
<style>
a { background-color: #550CEA; }
a { background-color: rgb(85,12,234); }
div.DivClassName
{
background-color: #550CEA;
}
.BgClassName
{
background-color: #550CEA;
}
</style>
border-color css
<style>
span { border-color: #550CEA; }
span { border-color: rgb(85,12,234); }
td.TdClassName
{
border-color: #550CEA;
}
.TagClassName
{
border-color: #550CEA;
}
</style>