Shades of Han Purple #5430FE
Tints of Han Purple #5430FE
RGB
CMYK
RGB Variations
Color information
#5430FE (or 0x5430FE) is known color: Han Purple. HEX triplet: 54, 30 and FE. RGB value is (84,48,254). Sum of RGB (Red+Green+Blue) = 84+48+254=386 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.76% from 386); Green value is 48 (19.14% from 255 or 12.44% from 386); Blue value is 254 (99.61% from 255 or 65.80% from 386); Max value from RGB is 254 - color contains mainly: blue. Hex color #5430FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5430FE is #ABCF01. Grayscale: #515151. Windows color (decimal): -11259650 or 16658516. OLE color: 16658516.
HSL color Cylindrical-coordinate representation of color #5430FE: hue angle of 250.49º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5430FE is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 84 | 48 | 254 | - |
| CMYK | 0.67 | 0.81 | 0 | 0.00 |
| HSL | 250.49º | 0.99% | 0.59% | - |
| HSV(B) | 250.49º | 0.81% | 1% | - |
| XYZ | 22.6 | 11.15 | 94.73 | - |
| YUV | 82.25 | 224.93 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 48 | 254 | 0.67 | 0.81 | 0 | 0.00 | 250.49 | 0.99 | 0.59 |
| Hex | 54 | 30 | FE | 43 | 51 | 0 | 0 | FA | 63 | 3B |
| Octal | 124 | 60 | 376 | 103 | 121 | 0 | 0 | 372 | 143 | 73 |
| Binary | 1010100 | 110000 | 11111110 | 1000011 | 1010001 | 0 | 0 | 11111010 | 1100011 | 111011 |
Color Harmonies of #5430FE
Complementary color
Monochromatic Colors of #5430FE
Black with #5430FE
Text Example
Text Example
White with #5430FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5430FE; }
p { color: rgb(84,48,254); }
H1.HeaderClassName
{
color: #5430FE;
}
.AnyTagClassName
{
color: #5430FE;
}
</style>
background-color css
<style>
a { background-color: #5430FE; }
a { background-color: rgb(84,48,254); }
div.DivClassName
{
background-color: #5430FE;
}
.BgClassName
{
background-color: #5430FE;
}
</style>
border-color css
<style>
span { border-color: #5430FE; }
span { border-color: rgb(84,48,254); }
td.TdClassName
{
border-color: #5430FE;
}
.TagClassName
{
border-color: #5430FE;
}
</style>