Shades of Han Purple #512EFC
Tints of Han Purple #512EFC
RGB
CMYK
RGB Variations
Color information
#512EFC (or 0x512EFC) is known color: Han Purple. HEX triplet: 51, 2E and FC. RGB value is (81,46,252). Sum of RGB (Red+Green+Blue) = 81+46+252=379 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.37% from 379); Green value is 46 (18.36% from 255 or 12.14% from 379); Blue value is 252 (98.83% from 255 or 66.49% from 379); Max value from RGB is 252 - color contains mainly: blue. Hex color #512EFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #512EFC is #AED103. Grayscale: #4F4F4F. Windows color (decimal): -11456772 or 16526929. OLE color: 16526929.
HSL color Cylindrical-coordinate representation of color #512EFC: hue angle of 250.19º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #512EFC is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 46 | 252 | - |
| CMYK | 0.68 | 0.82 | 0 | 0.01 |
| HSL | 250.19º | 0.97% | 0.58% | - |
| HSV(B) | 250.19º | 0.82% | 0.99% | - |
| XYZ | 21.94 | 10.73 | 93.01 | - |
| YUV | 79.95 | 225.1 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 46 | 252 | 0.68 | 0.82 | 0 | 0.01 | 250.19 | 0.97 | 0.58 |
| Hex | 51 | 2E | FC | 44 | 52 | 0 | 1 | FA | 61 | 3A |
| Octal | 121 | 56 | 374 | 104 | 122 | 0 | 1 | 372 | 141 | 72 |
| Binary | 1010001 | 101110 | 11111100 | 1000100 | 1010010 | 0 | 1 | 11111010 | 1100001 | 111010 |
Color Harmonies of #512EFC
Complementary color
Monochromatic Colors of #512EFC
Black with #512EFC
Text Example
Text Example
White with #512EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512EFC; }
p { color: rgb(81,46,252); }
H1.HeaderClassName
{
color: #512EFC;
}
.AnyTagClassName
{
color: #512EFC;
}
</style>
background-color css
<style>
a { background-color: #512EFC; }
a { background-color: rgb(81,46,252); }
div.DivClassName
{
background-color: #512EFC;
}
.BgClassName
{
background-color: #512EFC;
}
</style>
border-color css
<style>
span { border-color: #512EFC; }
span { border-color: rgb(81,46,252); }
td.TdClassName
{
border-color: #512EFC;
}
.TagClassName
{
border-color: #512EFC;
}
</style>