Shades of Han Purple #512ADC
Tints of Han Purple #512ADC
RGB
CMYK
RGB Variations
Color information
#512ADC (or 0x512ADC) is known color: Han Purple. HEX triplet: 51, 2A and DC. RGB value is (81,42,220). Sum of RGB (Red+Green+Blue) = 81+42+220=343 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.62% from 343); Green value is 42 (16.80% from 255 or 12.24% from 343); Blue value is 220 (86.33% from 255 or 64.14% from 343); Max value from RGB is 220 - color contains mainly: blue. Hex color #512ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512ADC is #AED523. Grayscale: #494949. Windows color (decimal): -11457828 or 14428753. OLE color: 14428753.
HSL color Cylindrical-coordinate representation of color #512ADC: hue angle of 253.15º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #512ADC is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 42 | 220 | - |
| CMYK | 0.63 | 0.81 | 0 | 0.14 |
| HSL | 253.15º | 0.72% | 0.51% | - |
| HSV(B) | 253.15º | 0.81% | 0.86% | - |
| XYZ | 17.14 | 8.57 | 68.46 | - |
| YUV | 73.95 | 210.42 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 42 | 220 | 0.63 | 0.81 | 0 | 0.14 | 253.15 | 0.72 | 0.51 |
| Hex | 51 | 2A | DC | 3F | 51 | 0 | E | FD | 48 | 33 |
| Octal | 121 | 52 | 334 | 77 | 121 | 0 | 16 | 375 | 110 | 63 |
| Binary | 1010001 | 101010 | 11011100 | 111111 | 1010001 | 0 | 1110 | 11111101 | 1001000 | 110011 |
Color Harmonies of #512ADC
Complementary color
Monochromatic Colors of #512ADC
Black with #512ADC
Text Example
Text Example
White with #512ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512ADC; }
p { color: rgb(81,42,220); }
H1.HeaderClassName
{
color: #512ADC;
}
.AnyTagClassName
{
color: #512ADC;
}
</style>
background-color css
<style>
a { background-color: #512ADC; }
a { background-color: rgb(81,42,220); }
div.DivClassName
{
background-color: #512ADC;
}
.BgClassName
{
background-color: #512ADC;
}
</style>
border-color css
<style>
span { border-color: #512ADC; }
span { border-color: rgb(81,42,220); }
td.TdClassName
{
border-color: #512ADC;
}
.TagClassName
{
border-color: #512ADC;
}
</style>