Shades of Han Purple #552BFB
Tints of Han Purple #552BFB
RGB
CMYK
RGB Variations
Color information
#552BFB (or 0x552BFB) is known color: Han Purple. HEX triplet: 55, 2B and FB. RGB value is (85,43,251). Sum of RGB (Red+Green+Blue) = 85+43+251=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 43 (17.19% from 255 or 11.35% from 379); Blue value is 251 (98.44% from 255 or 66.23% from 379); Max value from RGB is 251 - color contains mainly: blue. Hex color #552BFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552BFB is #AAD404. Grayscale: #4E4E4E. Windows color (decimal): -11195397 or 16460629. OLE color: 16460629.
HSL color Cylindrical-coordinate representation of color #552BFB: hue angle of 252.12º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #552BFB is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 43 | 251 | - |
| CMYK | 0.66 | 0.83 | 0 | 0.02 |
| HSL | 252.12º | 0.96% | 0.58% | - |
| HSV(B) | 252.12º | 0.83% | 0.98% | - |
| XYZ | 22.02 | 10.62 | 92.16 | - |
| YUV | 79.27 | 224.91 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 43 | 251 | 0.66 | 0.83 | 0 | 0.02 | 252.12 | 0.96 | 0.58 |
| Hex | 55 | 2B | FB | 42 | 53 | 0 | 2 | FC | 60 | 3A |
| Octal | 125 | 53 | 373 | 102 | 123 | 0 | 2 | 374 | 140 | 72 |
| Binary | 1010101 | 101011 | 11111011 | 1000010 | 1010011 | 0 | 10 | 11111100 | 1100000 | 111010 |
Color Harmonies of #552BFB
Complementary color
Monochromatic Colors of #552BFB
Black with #552BFB
Text Example
Text Example
White with #552BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552BFB; }
p { color: rgb(85,43,251); }
H1.HeaderClassName
{
color: #552BFB;
}
.AnyTagClassName
{
color: #552BFB;
}
</style>
background-color css
<style>
a { background-color: #552BFB; }
a { background-color: rgb(85,43,251); }
div.DivClassName
{
background-color: #552BFB;
}
.BgClassName
{
background-color: #552BFB;
}
</style>
border-color css
<style>
span { border-color: #552BFB; }
span { border-color: rgb(85,43,251); }
td.TdClassName
{
border-color: #552BFB;
}
.TagClassName
{
border-color: #552BFB;
}
</style>