Shades of Han Purple #552FF2
Tints of Han Purple #552FF2
RGB
CMYK
RGB Variations
Color information
#552FF2 (or 0x552FF2) is known color: Han Purple. HEX triplet: 55, 2F and F2. RGB value is (85,47,242). Sum of RGB (Red+Green+Blue) = 85+47+242=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 47 (18.75% from 255 or 12.57% from 374); Blue value is 242 (94.92% from 255 or 64.71% from 374); Max value from RGB is 242 - color contains mainly: blue. Hex color #552FF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552FF2 is #AAD00D. Grayscale: #4F4F4F. Windows color (decimal): -11194382 or 15871829. OLE color: 15871829.
HSL color Cylindrical-coordinate representation of color #552FF2: hue angle of 251.69º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #552FF2 is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 47 | 242 | - |
| CMYK | 0.65 | 0.81 | 0 | 0.05 |
| HSL | 251.69º | 0.88% | 0.57% | - |
| HSV(B) | 251.69º | 0.81% | 0.95% | - |
| XYZ | 20.79 | 10.38 | 84.91 | - |
| YUV | 80.59 | 219.09 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 47 | 242 | 0.65 | 0.81 | 0 | 0.05 | 251.69 | 0.88 | 0.57 |
| Hex | 55 | 2F | F2 | 41 | 51 | 0 | 5 | FC | 58 | 39 |
| Octal | 125 | 57 | 362 | 101 | 121 | 0 | 5 | 374 | 130 | 71 |
| Binary | 1010101 | 101111 | 11110010 | 1000001 | 1010001 | 0 | 101 | 11111100 | 1011000 | 111001 |
Color Harmonies of #552FF2
Complementary color
Monochromatic Colors of #552FF2
Black with #552FF2
Text Example
Text Example
White with #552FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552FF2; }
p { color: rgb(85,47,242); }
H1.HeaderClassName
{
color: #552FF2;
}
.AnyTagClassName
{
color: #552FF2;
}
</style>
background-color css
<style>
a { background-color: #552FF2; }
a { background-color: rgb(85,47,242); }
div.DivClassName
{
background-color: #552FF2;
}
.BgClassName
{
background-color: #552FF2;
}
</style>
border-color css
<style>
span { border-color: #552FF2; }
span { border-color: rgb(85,47,242); }
td.TdClassName
{
border-color: #552FF2;
}
.TagClassName
{
border-color: #552FF2;
}
</style>