Shades of Han Purple #5316F3
Tints of Han Purple #5316F3
RGB
CMYK
RGB Variations
Color information
#5316F3 (or 0x5316F3) is known color: Han Purple. HEX triplet: 53, 16 and F3. RGB value is (83,22,243). Sum of RGB (Red+Green+Blue) = 83+22+243=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 22 (8.98% from 255 or 6.32% from 348); Blue value is 243 (95.31% from 255 or 69.83% from 348); Max value from RGB is 243 - color contains mainly: blue. Hex color #5316F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5316F3 is #ACE90C. Grayscale: #404040. Windows color (decimal): -11331853 or 15930963. OLE color: 15930963.
HSL color Cylindrical-coordinate representation of color #5316F3: hue angle of 256.56º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5316F3 is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 22 | 243 | - |
| CMYK | 0.66 | 0.91 | 0 | 0.05 |
| HSL | 256.56º | 0.9% | 0.52% | - |
| HSV(B) | 256.56º | 0.91% | 0.95% | - |
| XYZ | 20.03 | 8.88 | 85.45 | - |
| YUV | 65.43 | 228.21 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 22 | 243 | 0.66 | 0.91 | 0 | 0.05 | 256.56 | 0.9 | 0.52 |
| Hex | 53 | 16 | F3 | 42 | 5B | 0 | 5 | 101 | 5A | 34 |
| Octal | 123 | 26 | 363 | 102 | 133 | 0 | 5 | 401 | 132 | 64 |
| Binary | 1010011 | 10110 | 11110011 | 1000010 | 1011011 | 0 | 101 | 100000001 | 1011010 | 110100 |
Color Harmonies of #5316F3
Complementary color
Monochromatic Colors of #5316F3
Black with #5316F3
Text Example
Text Example
White with #5316F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5316F3; }
p { color: rgb(83,22,243); }
H1.HeaderClassName
{
color: #5316F3;
}
.AnyTagClassName
{
color: #5316F3;
}
</style>
background-color css
<style>
a { background-color: #5316F3; }
a { background-color: rgb(83,22,243); }
div.DivClassName
{
background-color: #5316F3;
}
.BgClassName
{
background-color: #5316F3;
}
</style>
border-color css
<style>
span { border-color: #5316F3; }
span { border-color: rgb(83,22,243); }
td.TdClassName
{
border-color: #5316F3;
}
.TagClassName
{
border-color: #5316F3;
}
</style>