Shades of Han Purple #5423FC
Tints of Han Purple #5423FC
RGB
CMYK
RGB Variations
Color information
#5423FC (or 0x5423FC) is known color: Han Purple. HEX triplet: 54, 23 and FC. RGB value is (84,35,252). Sum of RGB (Red+Green+Blue) = 84+35+252=371 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.64% from 371); Green value is 35 (14.06% from 255 or 9.43% from 371); Blue value is 252 (98.83% from 255 or 67.92% from 371); Max value from RGB is 252 - color contains mainly: blue. Hex color #5423FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5423FC is #ABDC03. Grayscale: #494949. Windows color (decimal): -11262980 or 16524116. OLE color: 16524116.
HSL color Cylindrical-coordinate representation of color #5423FC: hue angle of 253.55º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5423FC is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 35 | 252 | - |
| CMYK | 0.67 | 0.86 | 0 | 0.01 |
| HSL | 253.55º | 0.97% | 0.56% | - |
| HSV(B) | 253.55º | 0.86% | 0.99% | - |
| XYZ | 21.83 | 10.12 | 92.9 | - |
| YUV | 74.39 | 228.23 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 35 | 252 | 0.67 | 0.86 | 0 | 0.01 | 253.55 | 0.97 | 0.56 |
| Hex | 54 | 23 | FC | 43 | 56 | 0 | 1 | FE | 61 | 38 |
| Octal | 124 | 43 | 374 | 103 | 126 | 0 | 1 | 376 | 141 | 70 |
| Binary | 1010100 | 100011 | 11111100 | 1000011 | 1010110 | 0 | 1 | 11111110 | 1100001 | 111000 |
Color Harmonies of #5423FC
Complementary color
Monochromatic Colors of #5423FC
Black with #5423FC
Text Example
Text Example
White with #5423FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5423FC; }
p { color: rgb(84,35,252); }
H1.HeaderClassName
{
color: #5423FC;
}
.AnyTagClassName
{
color: #5423FC;
}
</style>
background-color css
<style>
a { background-color: #5423FC; }
a { background-color: rgb(84,35,252); }
div.DivClassName
{
background-color: #5423FC;
}
.BgClassName
{
background-color: #5423FC;
}
</style>
border-color css
<style>
span { border-color: #5423FC; }
span { border-color: rgb(84,35,252); }
td.TdClassName
{
border-color: #5423FC;
}
.TagClassName
{
border-color: #5423FC;
}
</style>