Shades of Han Purple #5430FB
Tints of Han Purple #5430FB
RGB
CMYK
RGB Variations
Color information
#5430FB (or 0x5430FB) is known color: Han Purple. HEX triplet: 54, 30 and FB. RGB value is (84,48,251). Sum of RGB (Red+Green+Blue) = 84+48+251=383 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.93% from 383); Green value is 48 (19.14% from 255 or 12.53% from 383); Blue value is 251 (98.44% from 255 or 65.54% from 383); Max value from RGB is 251 - color contains mainly: blue. Hex color #5430FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5430FB is #ABCF04. Grayscale: #515151. Windows color (decimal): -11259653 or 16461908. OLE color: 16461908.
HSL color Cylindrical-coordinate representation of color #5430FB: hue angle of 250.64º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5430FB is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 48 | 251 | - |
| CMYK | 0.67 | 0.81 | 0 | 0.02 |
| HSL | 250.64º | 0.96% | 0.59% | - |
| HSV(B) | 250.64º | 0.81% | 0.98% | - |
| XYZ | 22.13 | 10.96 | 92.22 | - |
| YUV | 81.91 | 223.43 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 48 | 251 | 0.67 | 0.81 | 0 | 0.02 | 250.64 | 0.96 | 0.59 |
| Hex | 54 | 30 | FB | 43 | 51 | 0 | 2 | FB | 60 | 3B |
| Octal | 124 | 60 | 373 | 103 | 121 | 0 | 2 | 373 | 140 | 73 |
| Binary | 1010100 | 110000 | 11111011 | 1000011 | 1010001 | 0 | 10 | 11111011 | 1100000 | 111011 |
Color Harmonies of #5430FB
Complementary color
Monochromatic Colors of #5430FB
Black with #5430FB
Text Example
Text Example
White with #5430FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5430FB; }
p { color: rgb(84,48,251); }
H1.HeaderClassName
{
color: #5430FB;
}
.AnyTagClassName
{
color: #5430FB;
}
</style>
background-color css
<style>
a { background-color: #5430FB; }
a { background-color: rgb(84,48,251); }
div.DivClassName
{
background-color: #5430FB;
}
.BgClassName
{
background-color: #5430FB;
}
</style>
border-color css
<style>
span { border-color: #5430FB; }
span { border-color: rgb(84,48,251); }
td.TdClassName
{
border-color: #5430FB;
}
.TagClassName
{
border-color: #5430FB;
}
</style>