Shades of Han Purple #512BED
Tints of Han Purple #512BED
RGB
CMYK
RGB Variations
Color information
#512BED (or 0x512BED) is known color: Han Purple. HEX triplet: 51, 2B and ED. RGB value is (81,43,237). Sum of RGB (Red+Green+Blue) = 81+43+237=361 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.44% from 361); Green value is 43 (17.19% from 255 or 11.91% from 361); Blue value is 237 (92.97% from 255 or 65.65% from 361); Max value from RGB is 237 - color contains mainly: blue. Hex color #512BED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #512BED is #AED412. Grayscale: #4B4B4B. Windows color (decimal): -11457555 or 15543121. OLE color: 15543121.
HSL color Cylindrical-coordinate representation of color #512BED: hue angle of 251.75º 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 #512BED is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 43 | 237 | - |
| CMYK | 0.66 | 0.82 | 0 | 0.07 |
| HSL | 251.75º | 0.84% | 0.55% | - |
| HSV(B) | 251.75º | 0.82% | 0.93% | - |
| XYZ | 19.54 | 9.59 | 80.94 | - |
| YUV | 76.48 | 218.59 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 43 | 237 | 0.66 | 0.82 | 0 | 0.07 | 251.75 | 0.84 | 0.55 |
| Hex | 51 | 2B | ED | 42 | 52 | 0 | 7 | FC | 54 | 37 |
| Octal | 121 | 53 | 355 | 102 | 122 | 0 | 7 | 374 | 124 | 67 |
| Binary | 1010001 | 101011 | 11101101 | 1000010 | 1010010 | 0 | 111 | 11111100 | 1010100 | 110111 |
Color Harmonies of #512BED
Complementary color
Monochromatic Colors of #512BED
Black with #512BED
Text Example
Text Example
White with #512BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512BED; }
p { color: rgb(81,43,237); }
H1.HeaderClassName
{
color: #512BED;
}
.AnyTagClassName
{
color: #512BED;
}
</style>
background-color css
<style>
a { background-color: #512BED; }
a { background-color: rgb(81,43,237); }
div.DivClassName
{
background-color: #512BED;
}
.BgClassName
{
background-color: #512BED;
}
</style>
border-color css
<style>
span { border-color: #512BED; }
span { border-color: rgb(81,43,237); }
td.TdClassName
{
border-color: #512BED;
}
.TagClassName
{
border-color: #512BED;
}
</style>