Shades of Han Purple #540BED
Tints of Han Purple #540BED
RGB
CMYK
RGB Variations
Color information
#540BED (or 0x540BED) is known color: Han Purple. HEX triplet: 54, 0B and ED. RGB value is (84,11,237). Sum of RGB (Red+Green+Blue) = 84+11+237=332 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.30% from 332); Green value is 11 (4.69% from 255 or 3.31% from 332); Blue value is 237 (92.97% from 255 or 71.39% from 332); Max value from RGB is 237 - color contains mainly: blue. Hex color #540BED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #540BED is #ABF412. Grayscale: #393939. Windows color (decimal): -11269139 or 15534932. OLE color: 15534932.
HSL color Cylindrical-coordinate representation of color #540BED: hue angle of 259.38º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #540BED is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 11 | 237 | - |
| CMYK | 0.65 | 0.95 | 0 | 0.07 |
| HSL | 259.38º | 0.91% | 0.49% | - |
| HSV(B) | 259.38º | 0.95% | 0.93% | - |
| XYZ | 19.06 | 8.24 | 80.71 | - |
| YUV | 58.59 | 228.68 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 11 | 237 | 0.65 | 0.95 | 0 | 0.07 | 259.38 | 0.91 | 0.49 |
| Hex | 54 | B | ED | 41 | 5F | 0 | 7 | 103 | 5B | 31 |
| Octal | 124 | 13 | 355 | 101 | 137 | 0 | 7 | 403 | 133 | 61 |
| Binary | 1010100 | 1011 | 11101101 | 1000001 | 1011111 | 0 | 111 | 100000011 | 1011011 | 110001 |
Color Harmonies of #540BED
Complementary color
Monochromatic Colors of #540BED
Black with #540BED
Text Example
Text Example
White with #540BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540BED; }
p { color: rgb(84,11,237); }
H1.HeaderClassName
{
color: #540BED;
}
.AnyTagClassName
{
color: #540BED;
}
</style>
background-color css
<style>
a { background-color: #540BED; }
a { background-color: rgb(84,11,237); }
div.DivClassName
{
background-color: #540BED;
}
.BgClassName
{
background-color: #540BED;
}
</style>
border-color css
<style>
span { border-color: #540BED; }
span { border-color: rgb(84,11,237); }
td.TdClassName
{
border-color: #540BED;
}
.TagClassName
{
border-color: #540BED;
}
</style>