Shades of Han Purple #512BDD
Tints of Han Purple #512BDD
RGB
CMYK
RGB Variations
Color information
#512BDD (or 0x512BDD) is known color: Han Purple. HEX triplet: 51, 2B and DD. RGB value is (81,43,221). Sum of RGB (Red+Green+Blue) = 81+43+221=345 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.48% from 345); Green value is 43 (17.19% from 255 or 12.46% from 345); Blue value is 221 (86.72% from 255 or 64.06% from 345); Max value from RGB is 221 - color contains mainly: blue. Hex color #512BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512BDD is #AED422. Grayscale: #494949. Windows color (decimal): -11457571 or 14494545. OLE color: 14494545.
HSL color Cylindrical-coordinate representation of color #512BDD: hue angle of 252.81º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #512BDD is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 43 | 221 | - |
| CMYK | 0.63 | 0.81 | 0 | 0.13 |
| HSL | 252.81º | 0.72% | 0.52% | - |
| HSV(B) | 252.81º | 0.81% | 0.87% | - |
| XYZ | 17.31 | 8.7 | 69.17 | - |
| YUV | 74.65 | 210.59 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 43 | 221 | 0.63 | 0.81 | 0 | 0.13 | 252.81 | 0.72 | 0.52 |
| Hex | 51 | 2B | DD | 3F | 51 | 0 | D | FD | 48 | 34 |
| Octal | 121 | 53 | 335 | 77 | 121 | 0 | 15 | 375 | 110 | 64 |
| Binary | 1010001 | 101011 | 11011101 | 111111 | 1010001 | 0 | 1101 | 11111101 | 1001000 | 110100 |
Color Harmonies of #512BDD
Complementary color
Monochromatic Colors of #512BDD
Black with #512BDD
Text Example
Text Example
White with #512BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512BDD; }
p { color: rgb(81,43,221); }
H1.HeaderClassName
{
color: #512BDD;
}
.AnyTagClassName
{
color: #512BDD;
}
</style>
background-color css
<style>
a { background-color: #512BDD; }
a { background-color: rgb(81,43,221); }
div.DivClassName
{
background-color: #512BDD;
}
.BgClassName
{
background-color: #512BDD;
}
</style>
border-color css
<style>
span { border-color: #512BDD; }
span { border-color: rgb(81,43,221); }
td.TdClassName
{
border-color: #512BDD;
}
.TagClassName
{
border-color: #512BDD;
}
</style>