Shades of Han Purple #5331FC
Tints of Han Purple #5331FC
RGB
CMYK
RGB Variations
Color information
#5331FC (or 0x5331FC) is known color: Han Purple. HEX triplet: 53, 31 and FC. RGB value is (83,49,252). Sum of RGB (Red+Green+Blue) = 83+49+252=384 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.61% from 384); Green value is 49 (19.53% from 255 or 12.76% from 384); Blue value is 252 (98.83% from 255 or 65.62% from 384); Max value from RGB is 252 - color contains mainly: blue. Hex color #5331FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5331FC is #ACCE03. Grayscale: #515151. Windows color (decimal): -11324932 or 16527699. OLE color: 16527699.
HSL color Cylindrical-coordinate representation of color #5331FC: hue angle of 250.05º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5331FC is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 49 | 252 | - |
| CMYK | 0.67 | 0.81 | 0 | 0.01 |
| HSL | 250.05º | 0.97% | 0.59% | - |
| HSV(B) | 250.05º | 0.81% | 0.99% | - |
| XYZ | 22.24 | 11.06 | 93.06 | - |
| YUV | 82.31 | 223.76 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 49 | 252 | 0.67 | 0.81 | 0 | 0.01 | 250.05 | 0.97 | 0.59 |
| Hex | 53 | 31 | FC | 43 | 51 | 0 | 1 | FA | 61 | 3B |
| Octal | 123 | 61 | 374 | 103 | 121 | 0 | 1 | 372 | 141 | 73 |
| Binary | 1010011 | 110001 | 11111100 | 1000011 | 1010001 | 0 | 1 | 11111010 | 1100001 | 111011 |
Color Harmonies of #5331FC
Complementary color
Monochromatic Colors of #5331FC
Black with #5331FC
Text Example
Text Example
White with #5331FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5331FC; }
p { color: rgb(83,49,252); }
H1.HeaderClassName
{
color: #5331FC;
}
.AnyTagClassName
{
color: #5331FC;
}
</style>
background-color css
<style>
a { background-color: #5331FC; }
a { background-color: rgb(83,49,252); }
div.DivClassName
{
background-color: #5331FC;
}
.BgClassName
{
background-color: #5331FC;
}
</style>
border-color css
<style>
span { border-color: #5331FC; }
span { border-color: rgb(83,49,252); }
td.TdClassName
{
border-color: #5331FC;
}
.TagClassName
{
border-color: #5331FC;
}
</style>