Shades of Han Purple #5312F2
Tints of Han Purple #5312F2
RGB
CMYK
RGB Variations
Color information
#5312F2 (or 0x5312F2) is known color: Han Purple. HEX triplet: 53, 12 and F2. RGB value is (83,18,242). Sum of RGB (Red+Green+Blue) = 83+18+242=343 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.20% from 343); Green value is 18 (7.42% from 255 or 5.25% from 343); Blue value is 242 (94.92% from 255 or 70.55% from 343); Max value from RGB is 242 - color contains mainly: blue. Hex color #5312F2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5312F2 is #ACED0D. Grayscale: #3E3E3E. Windows color (decimal): -11332878 or 15864403. OLE color: 15864403.
HSL color Cylindrical-coordinate representation of color #5312F2: hue angle of 257.41º 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 #5312F2 is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 18 | 242 | - |
| CMYK | 0.66 | 0.93 | 0 | 0.05 |
| HSL | 257.41º | 0.9% | 0.51% | - |
| HSV(B) | 257.41º | 0.93% | 0.95% | - |
| XYZ | 19.81 | 8.68 | 84.64 | - |
| YUV | 62.97 | 229.03 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 18 | 242 | 0.66 | 0.93 | 0 | 0.05 | 257.41 | 0.9 | 0.51 |
| Hex | 53 | 12 | F2 | 42 | 5D | 0 | 5 | 101 | 5A | 33 |
| Octal | 123 | 22 | 362 | 102 | 135 | 0 | 5 | 401 | 132 | 63 |
| Binary | 1010011 | 10010 | 11110010 | 1000010 | 1011101 | 0 | 101 | 100000001 | 1011010 | 110011 |
Color Harmonies of #5312F2
Complementary color
Monochromatic Colors of #5312F2
Black with #5312F2
Text Example
Text Example
White with #5312F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5312F2; }
p { color: rgb(83,18,242); }
H1.HeaderClassName
{
color: #5312F2;
}
.AnyTagClassName
{
color: #5312F2;
}
</style>
background-color css
<style>
a { background-color: #5312F2; }
a { background-color: rgb(83,18,242); }
div.DivClassName
{
background-color: #5312F2;
}
.BgClassName
{
background-color: #5312F2;
}
</style>
border-color css
<style>
span { border-color: #5312F2; }
span { border-color: rgb(83,18,242); }
td.TdClassName
{
border-color: #5312F2;
}
.TagClassName
{
border-color: #5312F2;
}
</style>