Shades of Han Purple #512EEB
Tints of Han Purple #512EEB
RGB
CMYK
RGB Variations
Color information
#512EEB (or 0x512EEB) is known color: Han Purple. HEX triplet: 51, 2E and EB. RGB value is (81,46,235). Sum of RGB (Red+Green+Blue) = 81+46+235=362 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.38% from 362); Green value is 46 (18.36% from 255 or 12.71% from 362); Blue value is 235 (92.19% from 255 or 64.92% from 362); Max value from RGB is 235 - color contains mainly: blue. Hex color #512EEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #512EEB is #AED114. Grayscale: #4D4D4D. Windows color (decimal): -11456789 or 15412817. OLE color: 15412817.
HSL color Cylindrical-coordinate representation of color #512EEB: hue angle of 251.11º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #512EEB is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 81 | 46 | 235 | - |
| CMYK | 0.66 | 0.80 | 0 | 0.08 |
| HSL | 251.11º | 0.83% | 0.55% | - |
| HSV(B) | 251.11º | 0.8% | 0.92% | - |
| XYZ | 19.37 | 9.7 | 79.45 | - |
| YUV | 78.01 | 216.6 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 46 | 235 | 0.66 | 0.80 | 0 | 0.08 | 251.11 | 0.83 | 0.55 |
| Hex | 51 | 2E | EB | 42 | 50 | 0 | 8 | FB | 53 | 37 |
| Octal | 121 | 56 | 353 | 102 | 120 | 0 | 10 | 373 | 123 | 67 |
| Binary | 1010001 | 101110 | 11101011 | 1000010 | 1010000 | 0 | 1000 | 11111011 | 1010011 | 110111 |
Color Harmonies of #512EEB
Complementary color
Monochromatic Colors of #512EEB
Black with #512EEB
Text Example
Text Example
White with #512EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512EEB; }
p { color: rgb(81,46,235); }
H1.HeaderClassName
{
color: #512EEB;
}
.AnyTagClassName
{
color: #512EEB;
}
</style>
background-color css
<style>
a { background-color: #512EEB; }
a { background-color: rgb(81,46,235); }
div.DivClassName
{
background-color: #512EEB;
}
.BgClassName
{
background-color: #512EEB;
}
</style>
border-color css
<style>
span { border-color: #512EEB; }
span { border-color: rgb(81,46,235); }
td.TdClassName
{
border-color: #512EEB;
}
.TagClassName
{
border-color: #512EEB;
}
</style>