Shades of Han Purple #552DFD
Tints of Han Purple #552DFD
RGB
CMYK
RGB Variations
Color information
#552DFD (or 0x552DFD) is known color: Han Purple. HEX triplet: 55, 2D and FD. RGB value is (85,45,253). Sum of RGB (Red+Green+Blue) = 85+45+253=383 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.19% from 383); Green value is 45 (17.97% from 255 or 11.75% from 383); Blue value is 253 (99.22% from 255 or 66.06% from 383); Max value from RGB is 253 - color contains mainly: blue. Hex color #552DFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552DFD is #AAD202. Grayscale: #4F4F4F. Windows color (decimal): -11194883 or 16592213. OLE color: 16592213.
HSL color Cylindrical-coordinate representation of color #552DFD: hue angle of 251.54º degrees, saturation: 0.98, 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 #552DFD is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 45 | 253 | - |
| CMYK | 0.66 | 0.82 | 0 | 0.01 |
| HSL | 251.54º | 0.98% | 0.58% | - |
| HSV(B) | 251.54º | 0.82% | 0.99% | - |
| XYZ | 22.41 | 10.9 | 93.85 | - |
| YUV | 80.67 | 225.25 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 45 | 253 | 0.66 | 0.82 | 0 | 0.01 | 251.54 | 0.98 | 0.58 |
| Hex | 55 | 2D | FD | 42 | 52 | 0 | 1 | FC | 62 | 3A |
| Octal | 125 | 55 | 375 | 102 | 122 | 0 | 1 | 374 | 142 | 72 |
| Binary | 1010101 | 101101 | 11111101 | 1000010 | 1010010 | 0 | 1 | 11111100 | 1100010 | 111010 |
Color Harmonies of #552DFD
Complementary color
Monochromatic Colors of #552DFD
Black with #552DFD
Text Example
Text Example
White with #552DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552DFD; }
p { color: rgb(85,45,253); }
H1.HeaderClassName
{
color: #552DFD;
}
.AnyTagClassName
{
color: #552DFD;
}
</style>
background-color css
<style>
a { background-color: #552DFD; }
a { background-color: rgb(85,45,253); }
div.DivClassName
{
background-color: #552DFD;
}
.BgClassName
{
background-color: #552DFD;
}
</style>
border-color css
<style>
span { border-color: #552DFD; }
span { border-color: rgb(85,45,253); }
td.TdClassName
{
border-color: #552DFD;
}
.TagClassName
{
border-color: #552DFD;
}
</style>