Shades of Han Purple #5418FD
Tints of Han Purple #5418FD
RGB
CMYK
RGB Variations
Color information
#5418FD (or 0x5418FD) is known color: Han Purple. HEX triplet: 54, 18 and FD. RGB value is (84,24,253). Sum of RGB (Red+Green+Blue) = 84+24+253=361 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.27% from 361); Green value is 24 (9.77% from 255 or 6.65% from 361); Blue value is 253 (99.22% from 255 or 70.08% from 361); Max value from RGB is 253 - color contains mainly: blue. Hex color #5418FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5418FD is #ABE702. Grayscale: #434343. Windows color (decimal): -11265795 or 16586836. OLE color: 16586836.
HSL color Cylindrical-coordinate representation of color #5418FD: hue angle of 255.72º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5418FD is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 24 | 253 | - |
| CMYK | 0.67 | 0.91 | 0 | 0.01 |
| HSL | 255.72º | 0.98% | 0.54% | - |
| HSV(B) | 255.72º | 0.91% | 0.99% | - |
| XYZ | 21.71 | 9.63 | 93.64 | - |
| YUV | 68.05 | 232.38 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 24 | 253 | 0.67 | 0.91 | 0 | 0.01 | 255.72 | 0.98 | 0.54 |
| Hex | 54 | 18 | FD | 43 | 5B | 0 | 1 | 100 | 62 | 36 |
| Octal | 124 | 30 | 375 | 103 | 133 | 0 | 1 | 400 | 142 | 66 |
| Binary | 1010100 | 11000 | 11111101 | 1000011 | 1011011 | 0 | 1 | 100000000 | 1100010 | 110110 |
Color Harmonies of #5418FD
Complementary color
Monochromatic Colors of #5418FD
Black with #5418FD
Text Example
Text Example
White with #5418FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5418FD; }
p { color: rgb(84,24,253); }
H1.HeaderClassName
{
color: #5418FD;
}
.AnyTagClassName
{
color: #5418FD;
}
</style>
background-color css
<style>
a { background-color: #5418FD; }
a { background-color: rgb(84,24,253); }
div.DivClassName
{
background-color: #5418FD;
}
.BgClassName
{
background-color: #5418FD;
}
</style>
border-color css
<style>
span { border-color: #5418FD; }
span { border-color: rgb(84,24,253); }
td.TdClassName
{
border-color: #5418FD;
}
.TagClassName
{
border-color: #5418FD;
}
</style>