Shades of Han Purple #512BEC
Tints of Han Purple #512BEC
RGB
CMYK
RGB Variations
Color information
#512BEC (or 0x512BEC) is known color: Han Purple. HEX triplet: 51, 2B and EC. RGB value is (81,43,236). Sum of RGB (Red+Green+Blue) = 81+43+236=360 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.5% from 360); Green value is 43 (17.19% from 255 or 11.94% from 360); Blue value is 236 (92.58% from 255 or 65.56% from 360); Max value from RGB is 236 - color contains mainly: blue. Hex color #512BEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #512BEC is #AED413. Grayscale: #4B4B4B. Windows color (decimal): -11457556 or 15477585. OLE color: 15477585.
HSL color Cylindrical-coordinate representation of color #512BEC: hue angle of 251.81º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #512BEC is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 43 | 236 | - |
| CMYK | 0.66 | 0.82 | 0 | 0.07 |
| HSL | 251.81º | 0.84% | 0.55% | - |
| HSV(B) | 251.81º | 0.82% | 0.93% | - |
| XYZ | 19.4 | 9.53 | 80.17 | - |
| YUV | 76.36 | 218.09 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 43 | 236 | 0.66 | 0.82 | 0 | 0.07 | 251.81 | 0.84 | 0.55 |
| Hex | 51 | 2B | EC | 42 | 52 | 0 | 7 | FC | 54 | 37 |
| Octal | 121 | 53 | 354 | 102 | 122 | 0 | 7 | 374 | 124 | 67 |
| Binary | 1010001 | 101011 | 11101100 | 1000010 | 1010010 | 0 | 111 | 11111100 | 1010100 | 110111 |
Color Harmonies of #512BEC
Complementary color
Monochromatic Colors of #512BEC
Black with #512BEC
Text Example
Text Example
White with #512BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512BEC; }
p { color: rgb(81,43,236); }
H1.HeaderClassName
{
color: #512BEC;
}
.AnyTagClassName
{
color: #512BEC;
}
</style>
background-color css
<style>
a { background-color: #512BEC; }
a { background-color: rgb(81,43,236); }
div.DivClassName
{
background-color: #512BEC;
}
.BgClassName
{
background-color: #512BEC;
}
</style>
border-color css
<style>
span { border-color: #512BEC; }
span { border-color: rgb(81,43,236); }
td.TdClassName
{
border-color: #512BEC;
}
.TagClassName
{
border-color: #512BEC;
}
</style>