Shades of Han Purple #552DFC
Tints of Han Purple #552DFC
RGB
CMYK
RGB Variations
Color information
#552DFC (or 0x552DFC) is known color: Han Purple. HEX triplet: 55, 2D and FC. RGB value is (85,45,252). Sum of RGB (Red+Green+Blue) = 85+45+252=382 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.25% from 382); Green value is 45 (17.97% from 255 or 11.78% from 382); Blue value is 252 (98.83% from 255 or 65.97% from 382); Max value from RGB is 252 - color contains mainly: blue. Hex color #552DFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552DFC is #AAD203. Grayscale: #4F4F4F. Windows color (decimal): -11194884 or 16526677. OLE color: 16526677.
HSL color Cylindrical-coordinate representation of color #552DFC: hue angle of 251.59º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #552DFC is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 45 | 252 | - |
| CMYK | 0.66 | 0.82 | 0 | 0.01 |
| HSL | 251.59º | 0.97% | 0.58% | - |
| HSV(B) | 251.59º | 0.82% | 0.99% | - |
| XYZ | 22.26 | 10.84 | 93.01 | - |
| YUV | 80.56 | 224.75 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 45 | 252 | 0.66 | 0.82 | 0 | 0.01 | 251.59 | 0.97 | 0.58 |
| Hex | 55 | 2D | FC | 42 | 52 | 0 | 1 | FC | 61 | 3A |
| Octal | 125 | 55 | 374 | 102 | 122 | 0 | 1 | 374 | 141 | 72 |
| Binary | 1010101 | 101101 | 11111100 | 1000010 | 1010010 | 0 | 1 | 11111100 | 1100001 | 111010 |
Color Harmonies of #552DFC
Complementary color
Monochromatic Colors of #552DFC
Black with #552DFC
Text Example
Text Example
White with #552DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552DFC; }
p { color: rgb(85,45,252); }
H1.HeaderClassName
{
color: #552DFC;
}
.AnyTagClassName
{
color: #552DFC;
}
</style>
background-color css
<style>
a { background-color: #552DFC; }
a { background-color: rgb(85,45,252); }
div.DivClassName
{
background-color: #552DFC;
}
.BgClassName
{
background-color: #552DFC;
}
</style>
border-color css
<style>
span { border-color: #552DFC; }
span { border-color: rgb(85,45,252); }
td.TdClassName
{
border-color: #552DFC;
}
.TagClassName
{
border-color: #552DFC;
}
</style>