Shades of Han Purple #552FFA
Tints of Han Purple #552FFA
RGB
CMYK
RGB Variations
Color information
#552FFA (or 0x552FFA) is known color: Han Purple. HEX triplet: 55, 2F and FA. RGB value is (85,47,250). Sum of RGB (Red+Green+Blue) = 85+47+250=382 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.25% from 382); Green value is 47 (18.75% from 255 or 12.30% from 382); Blue value is 250 (98.05% from 255 or 65.45% from 382); Max value from RGB is 250 - color contains mainly: blue. Hex color #552FFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552FFA is #AAD005. Grayscale: #505050. Windows color (decimal): -11194374 or 16396117. OLE color: 16396117.
HSL color Cylindrical-coordinate representation of color #552FFA: hue angle of 251.23º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #552FFA is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 47 | 250 | - |
| CMYK | 0.66 | 0.81 | 0 | 0.02 |
| HSL | 251.23º | 0.95% | 0.58% | - |
| HSV(B) | 251.23º | 0.81% | 0.98% | - |
| XYZ | 22.02 | 10.87 | 91.38 | - |
| YUV | 81.5 | 223.09 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 47 | 250 | 0.66 | 0.81 | 0 | 0.02 | 251.23 | 0.95 | 0.58 |
| Hex | 55 | 2F | FA | 42 | 51 | 0 | 2 | FB | 5F | 3A |
| Octal | 125 | 57 | 372 | 102 | 121 | 0 | 2 | 373 | 137 | 72 |
| Binary | 1010101 | 101111 | 11111010 | 1000010 | 1010001 | 0 | 10 | 11111011 | 1011111 | 111010 |
Color Harmonies of #552FFA
Complementary color
Monochromatic Colors of #552FFA
Black with #552FFA
Text Example
Text Example
White with #552FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552FFA; }
p { color: rgb(85,47,250); }
H1.HeaderClassName
{
color: #552FFA;
}
.AnyTagClassName
{
color: #552FFA;
}
</style>
background-color css
<style>
a { background-color: #552FFA; }
a { background-color: rgb(85,47,250); }
div.DivClassName
{
background-color: #552FFA;
}
.BgClassName
{
background-color: #552FFA;
}
</style>
border-color css
<style>
span { border-color: #552FFA; }
span { border-color: rgb(85,47,250); }
td.TdClassName
{
border-color: #552FFA;
}
.TagClassName
{
border-color: #552FFA;
}
</style>