Shades of Han Purple #551CEA
Tints of Han Purple #551CEA
RGB
CMYK
RGB Variations
Color information
#551CEA (or 0x551CEA) is known color: Han Purple. HEX triplet: 55, 1C and EA. RGB value is (85,28,234). Sum of RGB (Red+Green+Blue) = 85+28+234=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 28 (11.33% from 255 or 8.07% from 347); Blue value is 234 (91.80% from 255 or 67.44% from 347); Max value from RGB is 234 - color contains mainly: blue. Hex color #551CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #551CEA is #AAE315. Grayscale: #434343. Windows color (decimal): -11199254 or 15342677. OLE color: 15342677.
HSL color Cylindrical-coordinate representation of color #551CEA: hue angle of 256.6º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #551CEA is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 28 | 234 | - |
| CMYK | 0.64 | 0.88 | 0 | 0.08 |
| HSL | 256.6º | 0.83% | 0.51% | - |
| HSV(B) | 256.6º | 0.88% | 0.92% | - |
| XYZ | 19.01 | 8.7 | 78.52 | - |
| YUV | 68.53 | 221.38 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 28 | 234 | 0.64 | 0.88 | 0 | 0.08 | 256.6 | 0.83 | 0.51 |
| Hex | 55 | 1C | EA | 40 | 58 | 0 | 8 | 101 | 53 | 33 |
| Octal | 125 | 34 | 352 | 100 | 130 | 0 | 10 | 401 | 123 | 63 |
| Binary | 1010101 | 11100 | 11101010 | 1000000 | 1011000 | 0 | 1000 | 100000001 | 1010011 | 110011 |
Color Harmonies of #551CEA
Complementary color
Monochromatic Colors of #551CEA
Black with #551CEA
Text Example
Text Example
White with #551CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551CEA; }
p { color: rgb(85,28,234); }
H1.HeaderClassName
{
color: #551CEA;
}
.AnyTagClassName
{
color: #551CEA;
}
</style>
background-color css
<style>
a { background-color: #551CEA; }
a { background-color: rgb(85,28,234); }
div.DivClassName
{
background-color: #551CEA;
}
.BgClassName
{
background-color: #551CEA;
}
</style>
border-color css
<style>
span { border-color: #551CEA; }
span { border-color: rgb(85,28,234); }
td.TdClassName
{
border-color: #551CEA;
}
.TagClassName
{
border-color: #551CEA;
}
</style>