Shades of Han Purple #5318F6
Tints of Han Purple #5318F6
RGB
CMYK
RGB Variations
Color information
#5318F6 (or 0x5318F6) is known color: Han Purple. HEX triplet: 53, 18 and F6. RGB value is (83,24,246). Sum of RGB (Red+Green+Blue) = 83+24+246=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 24 (9.77% from 255 or 6.80% from 353); Blue value is 246 (96.48% from 255 or 69.69% from 353); Max value from RGB is 246 - color contains mainly: blue. Hex color #5318F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5318F6 is #ACE709. Grayscale: #424242. Windows color (decimal): -11331338 or 16128083. OLE color: 16128083.
HSL color Cylindrical-coordinate representation of color #5318F6: hue angle of 255.95º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5318F6 is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 83 | 24 | 246 | - |
| CMYK | 0.66 | 0.90 | 0 | 0.04 |
| HSL | 255.95º | 0.93% | 0.53% | - |
| HSV(B) | 255.95º | 0.9% | 0.96% | - |
| XYZ | 20.53 | 9.15 | 87.87 | - |
| YUV | 66.95 | 229.05 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 24 | 246 | 0.66 | 0.90 | 0 | 0.04 | 255.95 | 0.93 | 0.53 |
| Hex | 53 | 18 | F6 | 42 | 5A | 0 | 4 | 100 | 5C | 35 |
| Octal | 123 | 30 | 366 | 102 | 132 | 0 | 4 | 400 | 134 | 65 |
| Binary | 1010011 | 11000 | 11110110 | 1000010 | 1011010 | 0 | 100 | 100000000 | 1011100 | 110101 |
Color Harmonies of #5318F6
Complementary color
Monochromatic Colors of #5318F6
Black with #5318F6
Text Example
Text Example
White with #5318F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5318F6; }
p { color: rgb(83,24,246); }
H1.HeaderClassName
{
color: #5318F6;
}
.AnyTagClassName
{
color: #5318F6;
}
</style>
background-color css
<style>
a { background-color: #5318F6; }
a { background-color: rgb(83,24,246); }
div.DivClassName
{
background-color: #5318F6;
}
.BgClassName
{
background-color: #5318F6;
}
</style>
border-color css
<style>
span { border-color: #5318F6; }
span { border-color: rgb(83,24,246); }
td.TdClassName
{
border-color: #5318F6;
}
.TagClassName
{
border-color: #5318F6;
}
</style>