Shades of Han Purple #512FEF
Tints of Han Purple #512FEF
RGB
CMYK
RGB Variations
Color information
#512FEF (or 0x512FEF) is known color: Han Purple. HEX triplet: 51, 2F and EF. RGB value is (81,47,239). Sum of RGB (Red+Green+Blue) = 81+47+239=367 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.07% from 367); Green value is 47 (18.75% from 255 or 12.81% from 367); Blue value is 239 (93.75% from 255 or 65.12% from 367); Max value from RGB is 239 - color contains mainly: blue. Hex color #512FEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #512FEF is #AED010. Grayscale: #4E4E4E. Windows color (decimal): -11456529 or 15675217. OLE color: 15675217.
HSL color Cylindrical-coordinate representation of color #512FEF: hue angle of 250.63º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #512FEF is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 81 | 47 | 239 | - |
| CMYK | 0.66 | 0.80 | 0 | 0.06 |
| HSL | 250.63º | 0.86% | 0.56% | - |
| HSV(B) | 250.63º | 0.8% | 0.94% | - |
| XYZ | 19.99 | 10.01 | 82.54 | - |
| YUV | 79.05 | 218.26 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 47 | 239 | 0.66 | 0.80 | 0 | 0.06 | 250.63 | 0.86 | 0.56 |
| Hex | 51 | 2F | EF | 42 | 50 | 0 | 6 | FB | 56 | 38 |
| Octal | 121 | 57 | 357 | 102 | 120 | 0 | 6 | 373 | 126 | 70 |
| Binary | 1010001 | 101111 | 11101111 | 1000010 | 1010000 | 0 | 110 | 11111011 | 1010110 | 111000 |
Color Harmonies of #512FEF
Complementary color
Monochromatic Colors of #512FEF
Black with #512FEF
Text Example
Text Example
White with #512FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512FEF; }
p { color: rgb(81,47,239); }
H1.HeaderClassName
{
color: #512FEF;
}
.AnyTagClassName
{
color: #512FEF;
}
</style>
background-color css
<style>
a { background-color: #512FEF; }
a { background-color: rgb(81,47,239); }
div.DivClassName
{
background-color: #512FEF;
}
.BgClassName
{
background-color: #512FEF;
}
</style>
border-color css
<style>
span { border-color: #512FEF; }
span { border-color: rgb(81,47,239); }
td.TdClassName
{
border-color: #512FEF;
}
.TagClassName
{
border-color: #512FEF;
}
</style>