Shades of Han Purple #5422FB
Tints of Han Purple #5422FB
RGB
CMYK
RGB Variations
Color information
#5422FB (or 0x5422FB) is known color: Han Purple. HEX triplet: 54, 22 and FB. RGB value is (84,34,251). Sum of RGB (Red+Green+Blue) = 84+34+251=369 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.76% from 369); Green value is 34 (13.67% from 255 or 9.21% from 369); Blue value is 251 (98.44% from 255 or 68.02% from 369); Max value from RGB is 251 - color contains mainly: blue. Hex color #5422FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5422FB is #ABDD04. Grayscale: #484848. Windows color (decimal): -11263237 or 16458324. OLE color: 16458324.
HSL color Cylindrical-coordinate representation of color #5422FB: hue angle of 253.82º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5422FB is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 34 | 251 | - |
| CMYK | 0.67 | 0.86 | 0 | 0.02 |
| HSL | 253.82º | 0.96% | 0.56% | - |
| HSV(B) | 253.82º | 0.86% | 0.98% | - |
| XYZ | 21.64 | 9.99 | 92.06 | - |
| YUV | 73.69 | 228.07 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 34 | 251 | 0.67 | 0.86 | 0 | 0.02 | 253.82 | 0.96 | 0.56 |
| Hex | 54 | 22 | FB | 43 | 56 | 0 | 2 | FE | 60 | 38 |
| Octal | 124 | 42 | 373 | 103 | 126 | 0 | 2 | 376 | 140 | 70 |
| Binary | 1010100 | 100010 | 11111011 | 1000011 | 1010110 | 0 | 10 | 11111110 | 1100000 | 111000 |
Color Harmonies of #5422FB
Complementary color
Monochromatic Colors of #5422FB
Black with #5422FB
Text Example
Text Example
White with #5422FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5422FB; }
p { color: rgb(84,34,251); }
H1.HeaderClassName
{
color: #5422FB;
}
.AnyTagClassName
{
color: #5422FB;
}
</style>
background-color css
<style>
a { background-color: #5422FB; }
a { background-color: rgb(84,34,251); }
div.DivClassName
{
background-color: #5422FB;
}
.BgClassName
{
background-color: #5422FB;
}
</style>
border-color css
<style>
span { border-color: #5422FB; }
span { border-color: rgb(84,34,251); }
td.TdClassName
{
border-color: #5422FB;
}
.TagClassName
{
border-color: #5422FB;
}
</style>