Shades of Han Purple #512CEF
Tints of Han Purple #512CEF
RGB
CMYK
RGB Variations
Color information
#512CEF (or 0x512CEF) is known color: Han Purple. HEX triplet: 51, 2C and EF. RGB value is (81,44,239). Sum of RGB (Red+Green+Blue) = 81+44+239=364 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.25% from 364); Green value is 44 (17.58% from 255 or 12.09% from 364); Blue value is 239 (93.75% from 255 or 65.66% from 364); Max value from RGB is 239 - color contains mainly: blue. Hex color #512CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #512CEF is #AED310. Grayscale: #4C4C4C. Windows color (decimal): -11457297 or 15674449. OLE color: 15674449.
HSL color Cylindrical-coordinate representation of color #512CEF: hue angle of 251.38º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #512CEF is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 81 | 44 | 239 | - |
| CMYK | 0.66 | 0.82 | 0 | 0.06 |
| HSL | 251.38º | 0.86% | 0.55% | - |
| HSV(B) | 251.38º | 0.82% | 0.94% | - |
| XYZ | 19.87 | 9.78 | 82.5 | - |
| YUV | 77.29 | 219.26 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 44 | 239 | 0.66 | 0.82 | 0 | 0.06 | 251.38 | 0.86 | 0.55 |
| Hex | 51 | 2C | EF | 42 | 52 | 0 | 6 | FB | 56 | 37 |
| Octal | 121 | 54 | 357 | 102 | 122 | 0 | 6 | 373 | 126 | 67 |
| Binary | 1010001 | 101100 | 11101111 | 1000010 | 1010010 | 0 | 110 | 11111011 | 1010110 | 110111 |
Color Harmonies of #512CEF
Complementary color
Monochromatic Colors of #512CEF
Black with #512CEF
Text Example
Text Example
White with #512CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512CEF; }
p { color: rgb(81,44,239); }
H1.HeaderClassName
{
color: #512CEF;
}
.AnyTagClassName
{
color: #512CEF;
}
</style>
background-color css
<style>
a { background-color: #512CEF; }
a { background-color: rgb(81,44,239); }
div.DivClassName
{
background-color: #512CEF;
}
.BgClassName
{
background-color: #512CEF;
}
</style>
border-color css
<style>
span { border-color: #512CEF; }
span { border-color: rgb(81,44,239); }
td.TdClassName
{
border-color: #512CEF;
}
.TagClassName
{
border-color: #512CEF;
}
</style>