Shades of Han Purple #552DF3
Tints of Han Purple #552DF3
RGB
CMYK
RGB Variations
Color information
#552DF3 (or 0x552DF3) is known color: Han Purple. HEX triplet: 55, 2D and F3. RGB value is (85,45,243). Sum of RGB (Red+Green+Blue) = 85+45+243=373 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.79% from 373); Green value is 45 (17.97% from 255 or 12.06% from 373); Blue value is 243 (95.31% from 255 or 65.15% from 373); Max value from RGB is 243 - color contains mainly: blue. Hex color #552DF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552DF3 is #AAD20C. Grayscale: #4E4E4E. Windows color (decimal): -11194893 or 15936853. OLE color: 15936853.
HSL color Cylindrical-coordinate representation of color #552DF3: hue angle of 252.12º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #552DF3 is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 45 | 243 | - |
| CMYK | 0.65 | 0.81 | 0 | 0.05 |
| HSL | 252.12º | 0.89% | 0.56% | - |
| HSV(B) | 252.12º | 0.81% | 0.95% | - |
| XYZ | 20.86 | 10.28 | 85.68 | - |
| YUV | 79.53 | 220.25 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 45 | 243 | 0.65 | 0.81 | 0 | 0.05 | 252.12 | 0.89 | 0.56 |
| Hex | 55 | 2D | F3 | 41 | 51 | 0 | 5 | FC | 59 | 38 |
| Octal | 125 | 55 | 363 | 101 | 121 | 0 | 5 | 374 | 131 | 70 |
| Binary | 1010101 | 101101 | 11110011 | 1000001 | 1010001 | 0 | 101 | 11111100 | 1011001 | 111000 |
Color Harmonies of #552DF3
Complementary color
Monochromatic Colors of #552DF3
Black with #552DF3
Text Example
Text Example
White with #552DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552DF3; }
p { color: rgb(85,45,243); }
H1.HeaderClassName
{
color: #552DF3;
}
.AnyTagClassName
{
color: #552DF3;
}
</style>
background-color css
<style>
a { background-color: #552DF3; }
a { background-color: rgb(85,45,243); }
div.DivClassName
{
background-color: #552DF3;
}
.BgClassName
{
background-color: #552DF3;
}
</style>
border-color css
<style>
span { border-color: #552DF3; }
span { border-color: rgb(85,45,243); }
td.TdClassName
{
border-color: #552DF3;
}
.TagClassName
{
border-color: #552DF3;
}
</style>