Shades of Han Purple #5108FC
Tints of Han Purple #5108FC
RGB
CMYK
RGB Variations
Color information
#5108FC (or 0x5108FC) is known color: Han Purple. HEX triplet: 51, 08 and FC. RGB value is (81,8,252). Sum of RGB (Red+Green+Blue) = 81+8+252=341 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.75% from 341); Green value is 8 (3.52% from 255 or 2.35% from 341); Blue value is 252 (98.83% from 255 or 73.90% from 341); Max value from RGB is 252 - color contains mainly: blue. Hex color #5108FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5108FC is #AEF703. Grayscale: #383838. Windows color (decimal): -11466500 or 16517201. OLE color: 16517201.
HSL color Cylindrical-coordinate representation of color #5108FC: hue angle of 257.95º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5108FC is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 8 | 252 | - |
| CMYK | 0.68 | 0.97 | 0 | 0.01 |
| HSL | 257.95º | 0.98% | 0.51% | - |
| HSV(B) | 257.95º | 0.97% | 0.99% | - |
| XYZ | 21.05 | 8.95 | 92.71 | - |
| YUV | 57.64 | 237.68 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 8 | 252 | 0.68 | 0.97 | 0 | 0.01 | 257.95 | 0.98 | 0.51 |
| Hex | 51 | 8 | FC | 44 | 61 | 0 | 1 | 102 | 62 | 33 |
| Octal | 121 | 10 | 374 | 104 | 141 | 0 | 1 | 402 | 142 | 63 |
| Binary | 1010001 | 1000 | 11111100 | 1000100 | 1100001 | 0 | 1 | 100000010 | 1100010 | 110011 |
Color Harmonies of #5108FC
Complementary color
Monochromatic Colors of #5108FC
Black with #5108FC
Text Example
Text Example
White with #5108FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5108FC; }
p { color: rgb(81,8,252); }
H1.HeaderClassName
{
color: #5108FC;
}
.AnyTagClassName
{
color: #5108FC;
}
</style>
background-color css
<style>
a { background-color: #5108FC; }
a { background-color: rgb(81,8,252); }
div.DivClassName
{
background-color: #5108FC;
}
.BgClassName
{
background-color: #5108FC;
}
</style>
border-color css
<style>
span { border-color: #5108FC; }
span { border-color: rgb(81,8,252); }
td.TdClassName
{
border-color: #5108FC;
}
.TagClassName
{
border-color: #5108FC;
}
</style>