Shades of Han Purple #5331FF
Tints of Han Purple #5331FF
RGB
CMYK
RGB Variations
Color information
#5331FF (or 0x5331FF) is known color: Han Purple. HEX triplet: 53, 31 and FF. RGB value is (83,49,255). Sum of RGB (Red+Green+Blue) = 83+49+255=387 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.45% from 387); Green value is 49 (19.53% from 255 or 12.66% from 387); Blue value is 255 (100% from 255 or 65.89% from 387); Max value from RGB is 255 - color contains mainly: blue. Hex color #5331FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5331FF is #ACCE00. Grayscale: #515151. Windows color (decimal): -11324929 or 16724307. OLE color: 16724307.
HSL color Cylindrical-coordinate representation of color #5331FF: hue angle of 249.9º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5331FF is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 49 | 255 | - |
| CMYK | 0.67 | 0.81 | 0 | 0 |
| HSL | 249.9º | 1% | 0.6% | - |
| HSV(B) | 249.9º | 0.81% | 1% | - |
| XYZ | 22.72 | 11.26 | 95.58 | - |
| YUV | 82.65 | 225.26 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 49 | 255 | 0.67 | 0.81 | 0 | 0 | 249.9 | 1 | 0.6 |
| Hex | 53 | 31 | FF | 43 | 51 | 0 | 0 | FA | 64 | 3C |
| Octal | 123 | 61 | 377 | 103 | 121 | 0 | 0 | 372 | 144 | 74 |
| Binary | 1010011 | 110001 | 11111111 | 1000011 | 1010001 | 0 | 0 | 11111010 | 1100100 | 111100 |
Color Harmonies of #5331FF
Complementary color
Monochromatic Colors of #5331FF
Black with #5331FF
Text Example
Text Example
White with #5331FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5331FF; }
p { color: rgb(83,49,255); }
H1.HeaderClassName
{
color: #5331FF;
}
.AnyTagClassName
{
color: #5331FF;
}
</style>
background-color css
<style>
a { background-color: #5331FF; }
a { background-color: rgb(83,49,255); }
div.DivClassName
{
background-color: #5331FF;
}
.BgClassName
{
background-color: #5331FF;
}
</style>
border-color css
<style>
span { border-color: #5331FF; }
span { border-color: rgb(83,49,255); }
td.TdClassName
{
border-color: #5331FF;
}
.TagClassName
{
border-color: #5331FF;
}
</style>