Shades of Han Purple #5316F2
Tints of Han Purple #5316F2
RGB
CMYK
RGB Variations
Color information
#5316F2 (or 0x5316F2) is known color: Han Purple. HEX triplet: 53, 16 and F2. RGB value is (83,22,242). Sum of RGB (Red+Green+Blue) = 83+22+242=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 242 (94.92% from 255 or 69.74% from 347); Max value from RGB is 242 - color contains mainly: blue. Hex color #5316F2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5316F2 is #ACE90D. Grayscale: #404040. Windows color (decimal): -11331854 or 15865427. OLE color: 15865427.
HSL color Cylindrical-coordinate representation of color #5316F2: hue angle of 256.64º degrees, saturation: 0.89, 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 #5316F2 is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 22 | 242 | - |
| CMYK | 0.66 | 0.91 | 0 | 0.05 |
| HSL | 256.64º | 0.89% | 0.52% | - |
| HSV(B) | 256.64º | 0.91% | 0.95% | - |
| XYZ | 19.88 | 8.82 | 84.66 | - |
| YUV | 65.32 | 227.71 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 22 | 242 | 0.66 | 0.91 | 0 | 0.05 | 256.64 | 0.89 | 0.52 |
| Hex | 53 | 16 | F2 | 42 | 5B | 0 | 5 | 101 | 59 | 34 |
| Octal | 123 | 26 | 362 | 102 | 133 | 0 | 5 | 401 | 131 | 64 |
| Binary | 1010011 | 10110 | 11110010 | 1000010 | 1011011 | 0 | 101 | 100000001 | 1011001 | 110100 |
Color Harmonies of #5316F2
Complementary color
Monochromatic Colors of #5316F2
Black with #5316F2
Text Example
Text Example
White with #5316F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5316F2; }
p { color: rgb(83,22,242); }
H1.HeaderClassName
{
color: #5316F2;
}
.AnyTagClassName
{
color: #5316F2;
}
</style>
background-color css
<style>
a { background-color: #5316F2; }
a { background-color: rgb(83,22,242); }
div.DivClassName
{
background-color: #5316F2;
}
.BgClassName
{
background-color: #5316F2;
}
</style>
border-color css
<style>
span { border-color: #5316F2; }
span { border-color: rgb(83,22,242); }
td.TdClassName
{
border-color: #5316F2;
}
.TagClassName
{
border-color: #5316F2;
}
</style>