Shades of Han Purple #512BEB
Tints of Han Purple #512BEB
RGB
CMYK
RGB Variations
Color information
#512BEB (or 0x512BEB) is known color: Han Purple. HEX triplet: 51, 2B and EB. RGB value is (81,43,235). Sum of RGB (Red+Green+Blue) = 81+43+235=359 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.56% from 359); Green value is 43 (17.19% from 255 or 11.98% from 359); Blue value is 235 (92.19% from 255 or 65.46% from 359); Max value from RGB is 235 - color contains mainly: blue. Hex color #512BEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #512BEB is #AED414. Grayscale: #4B4B4B. Windows color (decimal): -11457557 or 15412049. OLE color: 15412049.
HSL color Cylindrical-coordinate representation of color #512BEB: hue angle of 251.87º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #512BEB is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 81 | 43 | 235 | - |
| CMYK | 0.66 | 0.82 | 0 | 0.08 |
| HSL | 251.88º | 0.83% | 0.55% | - |
| HSV(B) | 251.88º | 0.82% | 0.92% | - |
| XYZ | 19.25 | 9.48 | 79.41 | - |
| YUV | 76.25 | 217.59 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 43 | 235 | 0.66 | 0.82 | 0 | 0.08 | 251.88 | 0.83 | 0.55 |
| Hex | 51 | 2B | EB | 42 | 52 | 0 | 8 | FC | 53 | 37 |
| Octal | 121 | 53 | 353 | 102 | 122 | 0 | 10 | 374 | 123 | 67 |
| Binary | 1010001 | 101011 | 11101011 | 1000010 | 1010010 | 0 | 1000 | 11111100 | 1010011 | 110111 |
Color Harmonies of #512BEB
Complementary color
Monochromatic Colors of #512BEB
Black with #512BEB
Text Example
Text Example
White with #512BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512BEB; }
p { color: rgb(81,43,235); }
H1.HeaderClassName
{
color: #512BEB;
}
.AnyTagClassName
{
color: #512BEB;
}
</style>
background-color css
<style>
a { background-color: #512BEB; }
a { background-color: rgb(81,43,235); }
div.DivClassName
{
background-color: #512BEB;
}
.BgClassName
{
background-color: #512BEB;
}
</style>
border-color css
<style>
span { border-color: #512BEB; }
span { border-color: rgb(81,43,235); }
td.TdClassName
{
border-color: #512BEB;
}
.TagClassName
{
border-color: #512BEB;
}
</style>