Shades of Han Purple #5424F3
Tints of Han Purple #5424F3
RGB
CMYK
RGB Variations
Color information
#5424F3 (or 0x5424F3) is known color: Han Purple. HEX triplet: 54, 24 and F3. RGB value is (84,36,243). Sum of RGB (Red+Green+Blue) = 84+36+243=363 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.14% from 363); Green value is 36 (14.45% from 255 or 9.92% from 363); Blue value is 243 (95.31% from 255 or 66.94% from 363); Max value from RGB is 243 - color contains mainly: blue. Hex color #5424F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5424F3 is #ABDB0C. Grayscale: #494949. Windows color (decimal): -11262733 or 15934548. OLE color: 15934548.
HSL color Cylindrical-coordinate representation of color #5424F3: hue angle of 253.91º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5424F3 is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 36 | 243 | - |
| CMYK | 0.65 | 0.85 | 0 | 0.05 |
| HSL | 253.91º | 0.9% | 0.55% | - |
| HSV(B) | 253.91º | 0.85% | 0.95% | - |
| XYZ | 20.46 | 9.62 | 85.57 | - |
| YUV | 73.95 | 223.4 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 36 | 243 | 0.65 | 0.85 | 0 | 0.05 | 253.91 | 0.9 | 0.55 |
| Hex | 54 | 24 | F3 | 41 | 55 | 0 | 5 | FE | 5A | 37 |
| Octal | 124 | 44 | 363 | 101 | 125 | 0 | 5 | 376 | 132 | 67 |
| Binary | 1010100 | 100100 | 11110011 | 1000001 | 1010101 | 0 | 101 | 11111110 | 1011010 | 110111 |
Color Harmonies of #5424F3
Complementary color
Monochromatic Colors of #5424F3
Black with #5424F3
Text Example
Text Example
White with #5424F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5424F3; }
p { color: rgb(84,36,243); }
H1.HeaderClassName
{
color: #5424F3;
}
.AnyTagClassName
{
color: #5424F3;
}
</style>
background-color css
<style>
a { background-color: #5424F3; }
a { background-color: rgb(84,36,243); }
div.DivClassName
{
background-color: #5424F3;
}
.BgClassName
{
background-color: #5424F3;
}
</style>
border-color css
<style>
span { border-color: #5424F3; }
span { border-color: rgb(84,36,243); }
td.TdClassName
{
border-color: #5424F3;
}
.TagClassName
{
border-color: #5424F3;
}
</style>