Shades of Han Purple #552EFA
Tints of Han Purple #552EFA
RGB
CMYK
RGB Variations
Color information
#552EFA (or 0x552EFA) is known color: Han Purple. HEX triplet: 55, 2E and FA. RGB value is (85,46,250). Sum of RGB (Red+Green+Blue) = 85+46+250=381 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.31% from 381); Green value is 46 (18.36% from 255 or 12.07% from 381); Blue value is 250 (98.05% from 255 or 65.62% from 381); Max value from RGB is 250 - color contains mainly: blue. Hex color #552EFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552EFA is #AAD105. Grayscale: #505050. Windows color (decimal): -11194630 or 16395861. OLE color: 16395861.
HSL color Cylindrical-coordinate representation of color #552EFA: hue angle of 251.47º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #552EFA is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 46 | 250 | - |
| CMYK | 0.66 | 0.82 | 0 | 0.02 |
| HSL | 251.47º | 0.95% | 0.58% | - |
| HSV(B) | 251.47º | 0.82% | 0.98% | - |
| XYZ | 21.98 | 10.79 | 91.37 | - |
| YUV | 80.92 | 223.42 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 46 | 250 | 0.66 | 0.82 | 0 | 0.02 | 251.47 | 0.95 | 0.58 |
| Hex | 55 | 2E | FA | 42 | 52 | 0 | 2 | FB | 5F | 3A |
| Octal | 125 | 56 | 372 | 102 | 122 | 0 | 2 | 373 | 137 | 72 |
| Binary | 1010101 | 101110 | 11111010 | 1000010 | 1010010 | 0 | 10 | 11111011 | 1011111 | 111010 |
Color Harmonies of #552EFA
Complementary color
Monochromatic Colors of #552EFA
Black with #552EFA
Text Example
Text Example
White with #552EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552EFA; }
p { color: rgb(85,46,250); }
H1.HeaderClassName
{
color: #552EFA;
}
.AnyTagClassName
{
color: #552EFA;
}
</style>
background-color css
<style>
a { background-color: #552EFA; }
a { background-color: rgb(85,46,250); }
div.DivClassName
{
background-color: #552EFA;
}
.BgClassName
{
background-color: #552EFA;
}
</style>
border-color css
<style>
span { border-color: #552EFA; }
span { border-color: rgb(85,46,250); }
td.TdClassName
{
border-color: #552EFA;
}
.TagClassName
{
border-color: #552EFA;
}
</style>