Shades of Han Purple #552CFC
Tints of Han Purple #552CFC
RGB
CMYK
RGB Variations
Color information
#552CFC (or 0x552CFC) is known color: Han Purple. HEX triplet: 55, 2C and FC. RGB value is (85,44,252). Sum of RGB (Red+Green+Blue) = 85+44+252=381 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.31% from 381); Green value is 44 (17.58% from 255 or 11.55% from 381); Blue value is 252 (98.83% from 255 or 66.14% from 381); Max value from RGB is 252 - color contains mainly: blue. Hex color #552CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552CFC is #AAD303. Grayscale: #4F4F4F. Windows color (decimal): -11195140 or 16526421. OLE color: 16526421.
HSL color Cylindrical-coordinate representation of color #552CFC: hue angle of 251.83º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #552CFC is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 44 | 252 | - |
| CMYK | 0.66 | 0.83 | 0 | 0.01 |
| HSL | 251.83º | 0.97% | 0.58% | - |
| HSV(B) | 251.83º | 0.83% | 0.99% | - |
| XYZ | 22.22 | 10.76 | 93 | - |
| YUV | 79.97 | 225.08 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 44 | 252 | 0.66 | 0.83 | 0 | 0.01 | 251.83 | 0.97 | 0.58 |
| Hex | 55 | 2C | FC | 42 | 53 | 0 | 1 | FC | 61 | 3A |
| Octal | 125 | 54 | 374 | 102 | 123 | 0 | 1 | 374 | 141 | 72 |
| Binary | 1010101 | 101100 | 11111100 | 1000010 | 1010011 | 0 | 1 | 11111100 | 1100001 | 111010 |
Color Harmonies of #552CFC
Complementary color
Monochromatic Colors of #552CFC
Black with #552CFC
Text Example
Text Example
White with #552CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552CFC; }
p { color: rgb(85,44,252); }
H1.HeaderClassName
{
color: #552CFC;
}
.AnyTagClassName
{
color: #552CFC;
}
</style>
background-color css
<style>
a { background-color: #552CFC; }
a { background-color: rgb(85,44,252); }
div.DivClassName
{
background-color: #552CFC;
}
.BgClassName
{
background-color: #552CFC;
}
</style>
border-color css
<style>
span { border-color: #552CFC; }
span { border-color: rgb(85,44,252); }
td.TdClassName
{
border-color: #552CFC;
}
.TagClassName
{
border-color: #552CFC;
}
</style>