Shades of Han Purple #5213F3
Tints of Han Purple #5213F3
RGB
CMYK
RGB Variations
Color information
#5213F3 (or 0x5213F3) is known color: Han Purple. HEX triplet: 52, 13 and F3. RGB value is (82,19,243). Sum of RGB (Red+Green+Blue) = 82+19+243=344 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.84% from 344); Green value is 19 (7.81% from 255 or 5.52% from 344); Blue value is 243 (95.31% from 255 or 70.64% from 344); Max value from RGB is 243 - color contains mainly: blue. Hex color #5213F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5213F3 is #ADEC0C. Grayscale: #3E3E3E. Windows color (decimal): -11398157 or 15930194. OLE color: 15930194.
HSL color Cylindrical-coordinate representation of color #5213F3: hue angle of 256.88º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5213F3 is Cyan = 0.66, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 19 | 243 | - |
| CMYK | 0.66 | 0.92 | 0 | 0.05 |
| HSL | 256.88º | 0.9% | 0.51% | - |
| HSV(B) | 256.88º | 0.92% | 0.95% | - |
| XYZ | 19.89 | 8.73 | 85.43 | - |
| YUV | 63.37 | 229.37 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 19 | 243 | 0.66 | 0.92 | 0 | 0.05 | 256.88 | 0.9 | 0.51 |
| Hex | 52 | 13 | F3 | 42 | 5C | 0 | 5 | 101 | 5A | 33 |
| Octal | 122 | 23 | 363 | 102 | 134 | 0 | 5 | 401 | 132 | 63 |
| Binary | 1010010 | 10011 | 11110011 | 1000010 | 1011100 | 0 | 101 | 100000001 | 1011010 | 110011 |
Color Harmonies of #5213F3
Complementary color
Monochromatic Colors of #5213F3
Black with #5213F3
Text Example
Text Example
White with #5213F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5213F3; }
p { color: rgb(82,19,243); }
H1.HeaderClassName
{
color: #5213F3;
}
.AnyTagClassName
{
color: #5213F3;
}
</style>
background-color css
<style>
a { background-color: #5213F3; }
a { background-color: rgb(82,19,243); }
div.DivClassName
{
background-color: #5213F3;
}
.BgClassName
{
background-color: #5213F3;
}
</style>
border-color css
<style>
span { border-color: #5213F3; }
span { border-color: rgb(82,19,243); }
td.TdClassName
{
border-color: #5213F3;
}
.TagClassName
{
border-color: #5213F3;
}
</style>