Shades of Han Purple #5331F9
Tints of Han Purple #5331F9
RGB
CMYK
RGB Variations
Color information
#5331F9 (or 0x5331F9) is known color: Han Purple. HEX triplet: 53, 31 and F9. RGB value is (83,49,249). Sum of RGB (Red+Green+Blue) = 83+49+249=381 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.78% from 381); Green value is 49 (19.53% from 255 or 12.86% from 381); Blue value is 249 (97.66% from 255 or 65.35% from 381); Max value from RGB is 249 - color contains mainly: blue. Hex color #5331F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5331F9 is #ACCE06. Grayscale: #515151. Windows color (decimal): -11324935 or 16331091. OLE color: 16331091.
HSL color Cylindrical-coordinate representation of color #5331F9: hue angle of 250.2º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5331F9 is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 49 | 249 | - |
| CMYK | 0.67 | 0.80 | 0 | 0.02 |
| HSL | 250.2º | 0.94% | 0.58% | - |
| HSV(B) | 250.2º | 0.8% | 0.98% | - |
| XYZ | 21.76 | 10.88 | 90.57 | - |
| YUV | 81.97 | 222.26 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 49 | 249 | 0.67 | 0.80 | 0 | 0.02 | 250.2 | 0.94 | 0.58 |
| Hex | 53 | 31 | F9 | 43 | 50 | 0 | 2 | FA | 5E | 3A |
| Octal | 123 | 61 | 371 | 103 | 120 | 0 | 2 | 372 | 136 | 72 |
| Binary | 1010011 | 110001 | 11111001 | 1000011 | 1010000 | 0 | 10 | 11111010 | 1011110 | 111010 |
Color Harmonies of #5331F9
Complementary color
Monochromatic Colors of #5331F9
Black with #5331F9
Text Example
Text Example
White with #5331F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5331F9; }
p { color: rgb(83,49,249); }
H1.HeaderClassName
{
color: #5331F9;
}
.AnyTagClassName
{
color: #5331F9;
}
</style>
background-color css
<style>
a { background-color: #5331F9; }
a { background-color: rgb(83,49,249); }
div.DivClassName
{
background-color: #5331F9;
}
.BgClassName
{
background-color: #5331F9;
}
</style>
border-color css
<style>
span { border-color: #5331F9; }
span { border-color: rgb(83,49,249); }
td.TdClassName
{
border-color: #5331F9;
}
.TagClassName
{
border-color: #5331F9;
}
</style>