Shades of Han Purple #552DFF
Tints of Han Purple #552DFF
RGB
CMYK
RGB Variations
Color information
#552DFF (or 0x552DFF) is known color: Han Purple. HEX triplet: 55, 2D and FF. RGB value is (85,45,255). Sum of RGB (Red+Green+Blue) = 85+45+255=385 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.08% from 385); Green value is 45 (17.97% from 255 or 11.69% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #552DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552DFF is #AAD200. Grayscale: #505050. Windows color (decimal): -11194881 or 16723285. OLE color: 16723285.
HSL color Cylindrical-coordinate representation of color #552DFF: hue angle of 251.43º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #552DFF is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 45 | 255 | - |
| CMYK | 0.67 | 0.82 | 0 | 0 |
| HSL | 251.43º | 1% | 0.59% | - |
| HSV(B) | 251.43º | 0.82% | 1% | - |
| XYZ | 22.73 | 11.03 | 95.54 | - |
| YUV | 80.9 | 226.25 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 45 | 255 | 0.67 | 0.82 | 0 | 0 | 251.43 | 1 | 0.59 |
| Hex | 55 | 2D | FF | 43 | 52 | 0 | 0 | FB | 64 | 3B |
| Octal | 125 | 55 | 377 | 103 | 122 | 0 | 0 | 373 | 144 | 73 |
| Binary | 1010101 | 101101 | 11111111 | 1000011 | 1010010 | 0 | 0 | 11111011 | 1100100 | 111011 |
Color Harmonies of #552DFF
Complementary color
Monochromatic Colors of #552DFF
Black with #552DFF
Text Example
Text Example
White with #552DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552DFF; }
p { color: rgb(85,45,255); }
H1.HeaderClassName
{
color: #552DFF;
}
.AnyTagClassName
{
color: #552DFF;
}
</style>
background-color css
<style>
a { background-color: #552DFF; }
a { background-color: rgb(85,45,255); }
div.DivClassName
{
background-color: #552DFF;
}
.BgClassName
{
background-color: #552DFF;
}
</style>
border-color css
<style>
span { border-color: #552DFF; }
span { border-color: rgb(85,45,255); }
td.TdClassName
{
border-color: #552DFF;
}
.TagClassName
{
border-color: #552DFF;
}
</style>