Shades of Han Purple #5310F2
Tints of Han Purple #5310F2
RGB
CMYK
RGB Variations
Color information
#5310F2 (or 0x5310F2) is known color: Han Purple. HEX triplet: 53, 10 and F2. RGB value is (83,16,242). Sum of RGB (Red+Green+Blue) = 83+16+242=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 16 (6.64% from 255 or 4.69% from 341); Blue value is 242 (94.92% from 255 or 70.97% from 341); Max value from RGB is 242 - color contains mainly: blue. Hex color #5310F2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5310F2 is #ACEF0D. Grayscale: #3C3C3C. Windows color (decimal): -11333390 or 15863891. OLE color: 15863891.
HSL color Cylindrical-coordinate representation of color #5310F2: hue angle of 257.79º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5310F2 is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 16 | 242 | - |
| CMYK | 0.66 | 0.93 | 0 | 0.05 |
| HSL | 257.79º | 0.9% | 0.51% | - |
| HSV(B) | 257.79º | 0.93% | 0.95% | - |
| XYZ | 19.78 | 8.62 | 84.63 | - |
| YUV | 61.8 | 229.7 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 16 | 242 | 0.66 | 0.93 | 0 | 0.05 | 257.79 | 0.9 | 0.51 |
| Hex | 53 | 10 | F2 | 42 | 5D | 0 | 5 | 102 | 5A | 33 |
| Octal | 123 | 20 | 362 | 102 | 135 | 0 | 5 | 402 | 132 | 63 |
| Binary | 1010011 | 10000 | 11110010 | 1000010 | 1011101 | 0 | 101 | 100000010 | 1011010 | 110011 |
Color Harmonies of #5310F2
Complementary color
Monochromatic Colors of #5310F2
Black with #5310F2
Text Example
Text Example
White with #5310F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5310F2; }
p { color: rgb(83,16,242); }
H1.HeaderClassName
{
color: #5310F2;
}
.AnyTagClassName
{
color: #5310F2;
}
</style>
background-color css
<style>
a { background-color: #5310F2; }
a { background-color: rgb(83,16,242); }
div.DivClassName
{
background-color: #5310F2;
}
.BgClassName
{
background-color: #5310F2;
}
</style>
border-color css
<style>
span { border-color: #5310F2; }
span { border-color: rgb(83,16,242); }
td.TdClassName
{
border-color: #5310F2;
}
.TagClassName
{
border-color: #5310F2;
}
</style>