Shades of Han Purple #512EEF
Tints of Han Purple #512EEF
RGB
CMYK
RGB Variations
Color information
#512EEF (or 0x512EEF) is known color: Han Purple. HEX triplet: 51, 2E and EF. RGB value is (81,46,239). Sum of RGB (Red+Green+Blue) = 81+46+239=366 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.13% from 366); Green value is 46 (18.36% from 255 or 12.57% from 366); Blue value is 239 (93.75% from 255 or 65.30% from 366); Max value from RGB is 239 - color contains mainly: blue. Hex color #512EEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #512EEF is #AED110. Grayscale: #4D4D4D. Windows color (decimal): -11456785 or 15674961. OLE color: 15674961.
HSL color Cylindrical-coordinate representation of color #512EEF: hue angle of 250.88º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #512EEF is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 81 | 46 | 239 | - |
| CMYK | 0.66 | 0.81 | 0 | 0.06 |
| HSL | 250.88º | 0.86% | 0.56% | - |
| HSV(B) | 250.88º | 0.81% | 0.94% | - |
| XYZ | 19.95 | 9.94 | 82.53 | - |
| YUV | 78.47 | 218.6 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 46 | 239 | 0.66 | 0.81 | 0 | 0.06 | 250.88 | 0.86 | 0.56 |
| Hex | 51 | 2E | EF | 42 | 51 | 0 | 6 | FB | 56 | 38 |
| Octal | 121 | 56 | 357 | 102 | 121 | 0 | 6 | 373 | 126 | 70 |
| Binary | 1010001 | 101110 | 11101111 | 1000010 | 1010001 | 0 | 110 | 11111011 | 1010110 | 111000 |
Color Harmonies of #512EEF
Complementary color
Monochromatic Colors of #512EEF
Black with #512EEF
Text Example
Text Example
White with #512EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512EEF; }
p { color: rgb(81,46,239); }
H1.HeaderClassName
{
color: #512EEF;
}
.AnyTagClassName
{
color: #512EEF;
}
</style>
background-color css
<style>
a { background-color: #512EEF; }
a { background-color: rgb(81,46,239); }
div.DivClassName
{
background-color: #512EEF;
}
.BgClassName
{
background-color: #512EEF;
}
</style>
border-color css
<style>
span { border-color: #512EEF; }
span { border-color: rgb(81,46,239); }
td.TdClassName
{
border-color: #512EEF;
}
.TagClassName
{
border-color: #512EEF;
}
</style>