Shades of Han Purple #510AEF
Tints of Han Purple #510AEF
RGB
CMYK
RGB Variations
Color information
#510AEF (or 0x510AEF) is known color: Han Purple. HEX triplet: 51, 0A and EF. RGB value is (81,10,239). Sum of RGB (Red+Green+Blue) = 81+10+239=330 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.55% from 330); Green value is 10 (4.30% from 255 or 3.03% from 330); Blue value is 239 (93.75% from 255 or 72.42% from 330); Max value from RGB is 239 - color contains mainly: blue. Hex color #510AEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #510AEF is #AEF510. Grayscale: #383838. Windows color (decimal): -11466001 or 15665745. OLE color: 15665745.
HSL color Cylindrical-coordinate representation of color #510AEF: hue angle of 258.6º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #510AEF is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 81 | 10 | 239 | - |
| CMYK | 0.66 | 0.96 | 0 | 0.06 |
| HSL | 258.6º | 0.92% | 0.49% | - |
| HSV(B) | 258.6º | 0.96% | 0.94% | - |
| XYZ | 19.08 | 8.2 | 82.24 | - |
| YUV | 57.34 | 230.52 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 10 | 239 | 0.66 | 0.96 | 0 | 0.06 | 258.6 | 0.92 | 0.49 |
| Hex | 51 | A | EF | 42 | 60 | 0 | 6 | 103 | 5C | 31 |
| Octal | 121 | 12 | 357 | 102 | 140 | 0 | 6 | 403 | 134 | 61 |
| Binary | 1010001 | 1010 | 11101111 | 1000010 | 1100000 | 0 | 110 | 100000011 | 1011100 | 110001 |
Color Harmonies of #510AEF
Complementary color
Monochromatic Colors of #510AEF
Black with #510AEF
Text Example
Text Example
White with #510AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510AEF; }
p { color: rgb(81,10,239); }
H1.HeaderClassName
{
color: #510AEF;
}
.AnyTagClassName
{
color: #510AEF;
}
</style>
background-color css
<style>
a { background-color: #510AEF; }
a { background-color: rgb(81,10,239); }
div.DivClassName
{
background-color: #510AEF;
}
.BgClassName
{
background-color: #510AEF;
}
</style>
border-color css
<style>
span { border-color: #510AEF; }
span { border-color: rgb(81,10,239); }
td.TdClassName
{
border-color: #510AEF;
}
.TagClassName
{
border-color: #510AEF;
}
</style>