Shades of Han Purple #5534FC
Tints of Han Purple #5534FC
RGB
CMYK
RGB Variations
Color information
#5534FC (or 0x5534FC) is known color: Han Purple. HEX triplet: 55, 34 and FC. RGB value is (85,52,252). Sum of RGB (Red+Green+Blue) = 85+52+252=389 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.85% from 389); Green value is 52 (20.70% from 255 or 13.37% from 389); Blue value is 252 (98.83% from 255 or 64.78% from 389); Max value from RGB is 252 - color contains mainly: blue. Hex color #5534FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5534FC is #AACB03. Grayscale: #535353. Windows color (decimal): -11193092 or 16528469. OLE color: 16528469.
HSL color Cylindrical-coordinate representation of color #5534FC: hue angle of 249.9º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5534FC is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 52 | 252 | - |
| CMYK | 0.66 | 0.79 | 0 | 0.01 |
| HSL | 249.9º | 0.97% | 0.6% | - |
| HSV(B) | 249.9º | 0.79% | 0.99% | - |
| XYZ | 22.54 | 11.42 | 93.11 | - |
| YUV | 84.67 | 222.43 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 52 | 252 | 0.66 | 0.79 | 0 | 0.01 | 249.9 | 0.97 | 0.6 |
| Hex | 55 | 34 | FC | 42 | 4F | 0 | 1 | FA | 61 | 3C |
| Octal | 125 | 64 | 374 | 102 | 117 | 0 | 1 | 372 | 141 | 74 |
| Binary | 1010101 | 110100 | 11111100 | 1000010 | 1001111 | 0 | 1 | 11111010 | 1100001 | 111100 |
Color Harmonies of #5534FC
Complementary color
Monochromatic Colors of #5534FC
Black with #5534FC
Text Example
Text Example
White with #5534FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5534FC; }
p { color: rgb(85,52,252); }
H1.HeaderClassName
{
color: #5534FC;
}
.AnyTagClassName
{
color: #5534FC;
}
</style>
background-color css
<style>
a { background-color: #5534FC; }
a { background-color: rgb(85,52,252); }
div.DivClassName
{
background-color: #5534FC;
}
.BgClassName
{
background-color: #5534FC;
}
</style>
border-color css
<style>
span { border-color: #5534FC; }
span { border-color: rgb(85,52,252); }
td.TdClassName
{
border-color: #5534FC;
}
.TagClassName
{
border-color: #5534FC;
}
</style>