Shades of Han Purple #5404F3
Tints of Han Purple #5404F3
RGB
CMYK
RGB Variations
Color information
#5404F3 (or 0x5404F3) is known color: Han Purple. HEX triplet: 54, 04 and F3. RGB value is (84,4,243). Sum of RGB (Red+Green+Blue) = 84+4+243=331 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.38% from 331); Green value is 4 (1.95% from 255 or 1.21% from 331); Blue value is 243 (95.31% from 255 or 73.41% from 331); Max value from RGB is 243 - color contains mainly: blue. Hex color #5404F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5404F3 is #ABFB0C. Grayscale: #363636. Windows color (decimal): -11270925 or 15926356. OLE color: 15926356.
HSL color Cylindrical-coordinate representation of color #5404F3: hue angle of 260.08º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5404F3 is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 4 | 243 | - |
| CMYK | 0.65 | 0.98 | 0 | 0.05 |
| HSL | 260.08º | 0.97% | 0.48% | - |
| HSV(B) | 260.08º | 0.98% | 0.95% | - |
| XYZ | 19.88 | 8.44 | 85.38 | - |
| YUV | 55.17 | 234 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 4 | 243 | 0.65 | 0.98 | 0 | 0.05 | 260.08 | 0.97 | 0.48 |
| Hex | 54 | 4 | F3 | 41 | 62 | 0 | 5 | 104 | 61 | 30 |
| Octal | 124 | 4 | 363 | 101 | 142 | 0 | 5 | 404 | 141 | 60 |
| Binary | 1010100 | 100 | 11110011 | 1000001 | 1100010 | 0 | 101 | 100000100 | 1100001 | 110000 |
Color Harmonies of #5404F3
Complementary color
Monochromatic Colors of #5404F3
Black with #5404F3
Text Example
Text Example
White with #5404F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5404F3; }
p { color: rgb(84,4,243); }
H1.HeaderClassName
{
color: #5404F3;
}
.AnyTagClassName
{
color: #5404F3;
}
</style>
background-color css
<style>
a { background-color: #5404F3; }
a { background-color: rgb(84,4,243); }
div.DivClassName
{
background-color: #5404F3;
}
.BgClassName
{
background-color: #5404F3;
}
</style>
border-color css
<style>
span { border-color: #5404F3; }
span { border-color: rgb(84,4,243); }
td.TdClassName
{
border-color: #5404F3;
}
.TagClassName
{
border-color: #5404F3;
}
</style>