Shades of Han Purple #540CFD
Tints of Han Purple #540CFD
RGB
CMYK
RGB Variations
Color information
#540CFD (or 0x540CFD) is known color: Han Purple. HEX triplet: 54, 0C and FD. RGB value is (84,12,253). Sum of RGB (Red+Green+Blue) = 84+12+253=349 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.07% from 349); Green value is 12 (5.08% from 255 or 3.44% from 349); Blue value is 253 (99.22% from 255 or 72.49% from 349); Max value from RGB is 253 - color contains mainly: blue. Hex color #540CFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #540CFD is #ABF302. Grayscale: #3C3C3C. Windows color (decimal): -11268867 or 16583764. OLE color: 16583764.
HSL color Cylindrical-coordinate representation of color #540CFD: hue angle of 257.93º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #540CFD is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 12 | 253 | - |
| CMYK | 0.67 | 0.95 | 0 | 0.01 |
| HSL | 257.93º | 0.98% | 0.52% | - |
| HSV(B) | 257.93º | 0.95% | 0.99% | - |
| XYZ | 21.52 | 9.24 | 93.58 | - |
| YUV | 61 | 236.35 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 12 | 253 | 0.67 | 0.95 | 0 | 0.01 | 257.93 | 0.98 | 0.52 |
| Hex | 54 | C | FD | 43 | 5F | 0 | 1 | 102 | 62 | 34 |
| Octal | 124 | 14 | 375 | 103 | 137 | 0 | 1 | 402 | 142 | 64 |
| Binary | 1010100 | 1100 | 11111101 | 1000011 | 1011111 | 0 | 1 | 100000010 | 1100010 | 110100 |
Color Harmonies of #540CFD
Complementary color
Monochromatic Colors of #540CFD
Black with #540CFD
Text Example
Text Example
White with #540CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540CFD; }
p { color: rgb(84,12,253); }
H1.HeaderClassName
{
color: #540CFD;
}
.AnyTagClassName
{
color: #540CFD;
}
</style>
background-color css
<style>
a { background-color: #540CFD; }
a { background-color: rgb(84,12,253); }
div.DivClassName
{
background-color: #540CFD;
}
.BgClassName
{
background-color: #540CFD;
}
</style>
border-color css
<style>
span { border-color: #540CFD; }
span { border-color: rgb(84,12,253); }
td.TdClassName
{
border-color: #540CFD;
}
.TagClassName
{
border-color: #540CFD;
}
</style>