Shades of Han Purple #512CDC
Tints of Han Purple #512CDC
RGB
CMYK
RGB Variations
Color information
#512CDC (or 0x512CDC) is known color: Han Purple. HEX triplet: 51, 2C and DC. RGB value is (81,44,220). Sum of RGB (Red+Green+Blue) = 81+44+220=345 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.48% from 345); Green value is 44 (17.58% from 255 or 12.75% from 345); Blue value is 220 (86.33% from 255 or 63.77% from 345); Max value from RGB is 220 - color contains mainly: blue. Hex color #512CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512CDC is #AED323. Grayscale: #4A4A4A. Windows color (decimal): -11457316 or 14429265. OLE color: 14429265.
HSL color Cylindrical-coordinate representation of color #512CDC: hue angle of 252.61º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #512CDC is Cyan = 0.63, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 44 | 220 | - |
| CMYK | 0.63 | 0.8 | 0 | 0.14 |
| HSL | 252.61º | 0.72% | 0.52% | - |
| HSV(B) | 252.61º | 0.8% | 0.86% | - |
| XYZ | 17.21 | 8.72 | 68.49 | - |
| YUV | 75.13 | 209.76 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 44 | 220 | 0.63 | 0.8 | 0 | 0.14 | 252.61 | 0.72 | 0.52 |
| Hex | 51 | 2C | DC | 3F | 50 | 0 | E | FD | 48 | 34 |
| Octal | 121 | 54 | 334 | 77 | 120 | 0 | 16 | 375 | 110 | 64 |
| Binary | 1010001 | 101100 | 11011100 | 111111 | 1010000 | 0 | 1110 | 11111101 | 1001000 | 110100 |
Color Harmonies of #512CDC
Complementary color
Monochromatic Colors of #512CDC
Black with #512CDC
Text Example
Text Example
White with #512CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512CDC; }
p { color: rgb(81,44,220); }
H1.HeaderClassName
{
color: #512CDC;
}
.AnyTagClassName
{
color: #512CDC;
}
</style>
background-color css
<style>
a { background-color: #512CDC; }
a { background-color: rgb(81,44,220); }
div.DivClassName
{
background-color: #512CDC;
}
.BgClassName
{
background-color: #512CDC;
}
</style>
border-color css
<style>
span { border-color: #512CDC; }
span { border-color: rgb(81,44,220); }
td.TdClassName
{
border-color: #512CDC;
}
.TagClassName
{
border-color: #512CDC;
}
</style>