Shades of Han Purple #5107FD
Tints of Han Purple #5107FD
RGB
CMYK
RGB Variations
Color information
#5107FD (or 0x5107FD) is known color: Han Purple. HEX triplet: 51, 07 and FD. RGB value is (81,7,253). Sum of RGB (Red+Green+Blue) = 81+7+253=341 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.75% from 341); Green value is 7 (3.12% from 255 or 2.05% from 341); Blue value is 253 (99.22% from 255 or 74.19% from 341); Max value from RGB is 253 - color contains mainly: blue. Hex color #5107FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5107FD is #AEF802. Grayscale: #383838. Windows color (decimal): -11466755 or 16582481. OLE color: 16582481.
HSL color Cylindrical-coordinate representation of color #5107FD: hue angle of 258.05º 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 #5107FD is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 7 | 253 | - |
| CMYK | 0.68 | 0.97 | 0 | 0.01 |
| HSL | 258.05º | 0.98% | 0.51% | - |
| HSV(B) | 258.05º | 0.97% | 0.99% | - |
| XYZ | 21.2 | 8.99 | 93.55 | - |
| YUV | 57.17 | 238.52 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 7 | 253 | 0.68 | 0.97 | 0 | 0.01 | 258.05 | 0.98 | 0.51 |
| Hex | 51 | 7 | FD | 44 | 61 | 0 | 1 | 102 | 62 | 33 |
| Octal | 121 | 7 | 375 | 104 | 141 | 0 | 1 | 402 | 142 | 63 |
| Binary | 1010001 | 111 | 11111101 | 1000100 | 1100001 | 0 | 1 | 100000010 | 1100010 | 110011 |
Color Harmonies of #5107FD
Complementary color
Monochromatic Colors of #5107FD
Black with #5107FD
Text Example
Text Example
White with #5107FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5107FD; }
p { color: rgb(81,7,253); }
H1.HeaderClassName
{
color: #5107FD;
}
.AnyTagClassName
{
color: #5107FD;
}
</style>
background-color css
<style>
a { background-color: #5107FD; }
a { background-color: rgb(81,7,253); }
div.DivClassName
{
background-color: #5107FD;
}
.BgClassName
{
background-color: #5107FD;
}
</style>
border-color css
<style>
span { border-color: #5107FD; }
span { border-color: rgb(81,7,253); }
td.TdClassName
{
border-color: #5107FD;
}
.TagClassName
{
border-color: #5107FD;
}
</style>