Shades of Han Purple #552BFD
Tints of Han Purple #552BFD
RGB
CMYK
RGB Variations
Color information
#552BFD (or 0x552BFD) is known color: Han Purple. HEX triplet: 55, 2B and FD. RGB value is (85,43,253). Sum of RGB (Red+Green+Blue) = 85+43+253=381 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.31% from 381); Green value is 43 (17.19% from 255 or 11.29% from 381); Blue value is 253 (99.22% from 255 or 66.40% from 381); Max value from RGB is 253 - color contains mainly: blue. Hex color #552BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552BFD is #AAD402. Grayscale: #4E4E4E. Windows color (decimal): -11195395 or 16591701. OLE color: 16591701.
HSL color Cylindrical-coordinate representation of color #552BFD: hue angle of 252º degrees, saturation: 0.98, 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 #552BFD is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 43 | 253 | - |
| CMYK | 0.66 | 0.83 | 0 | 0.01 |
| HSL | 252º | 0.98% | 0.58% | - |
| HSV(B) | 252º | 0.83% | 0.99% | - |
| XYZ | 22.34 | 10.75 | 93.83 | - |
| YUV | 79.5 | 225.91 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 43 | 253 | 0.66 | 0.83 | 0 | 0.01 | 252 | 0.98 | 0.58 |
| Hex | 55 | 2B | FD | 42 | 53 | 0 | 1 | FC | 62 | 3A |
| Octal | 125 | 53 | 375 | 102 | 123 | 0 | 1 | 374 | 142 | 72 |
| Binary | 1010101 | 101011 | 11111101 | 1000010 | 1010011 | 0 | 1 | 11111100 | 1100010 | 111010 |
Color Harmonies of #552BFD
Complementary color
Monochromatic Colors of #552BFD
Black with #552BFD
Text Example
Text Example
White with #552BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552BFD; }
p { color: rgb(85,43,253); }
H1.HeaderClassName
{
color: #552BFD;
}
.AnyTagClassName
{
color: #552BFD;
}
</style>
background-color css
<style>
a { background-color: #552BFD; }
a { background-color: rgb(85,43,253); }
div.DivClassName
{
background-color: #552BFD;
}
.BgClassName
{
background-color: #552BFD;
}
</style>
border-color css
<style>
span { border-color: #552BFD; }
span { border-color: rgb(85,43,253); }
td.TdClassName
{
border-color: #552BFD;
}
.TagClassName
{
border-color: #552BFD;
}
</style>