Shades of Han Purple #5422FC
Tints of Han Purple #5422FC
RGB
CMYK
RGB Variations
Color information
#5422FC (or 0x5422FC) is known color: Han Purple. HEX triplet: 54, 22 and FC. RGB value is (84,34,252). Sum of RGB (Red+Green+Blue) = 84+34+252=370 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.70% from 370); Green value is 34 (13.67% from 255 or 9.19% from 370); Blue value is 252 (98.83% from 255 or 68.11% from 370); Max value from RGB is 252 - color contains mainly: blue. Hex color #5422FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5422FC is #ABDD03. Grayscale: #484848. Windows color (decimal): -11263236 or 16523860. OLE color: 16523860.
HSL color Cylindrical-coordinate representation of color #5422FC: hue angle of 253.76º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5422FC is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 34 | 252 | - |
| CMYK | 0.67 | 0.87 | 0 | 0.01 |
| HSL | 253.76º | 0.97% | 0.56% | - |
| HSV(B) | 253.76º | 0.87% | 0.99% | - |
| XYZ | 21.8 | 10.06 | 92.89 | - |
| YUV | 73.8 | 228.57 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 34 | 252 | 0.67 | 0.87 | 0 | 0.01 | 253.76 | 0.97 | 0.56 |
| Hex | 54 | 22 | FC | 43 | 57 | 0 | 1 | FE | 61 | 38 |
| Octal | 124 | 42 | 374 | 103 | 127 | 0 | 1 | 376 | 141 | 70 |
| Binary | 1010100 | 100010 | 11111100 | 1000011 | 1010111 | 0 | 1 | 11111110 | 1100001 | 111000 |
Color Harmonies of #5422FC
Complementary color
Monochromatic Colors of #5422FC
Black with #5422FC
Text Example
Text Example
White with #5422FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5422FC; }
p { color: rgb(84,34,252); }
H1.HeaderClassName
{
color: #5422FC;
}
.AnyTagClassName
{
color: #5422FC;
}
</style>
background-color css
<style>
a { background-color: #5422FC; }
a { background-color: rgb(84,34,252); }
div.DivClassName
{
background-color: #5422FC;
}
.BgClassName
{
background-color: #5422FC;
}
</style>
border-color css
<style>
span { border-color: #5422FC; }
span { border-color: rgb(84,34,252); }
td.TdClassName
{
border-color: #5422FC;
}
.TagClassName
{
border-color: #5422FC;
}
</style>