Shades of Han Purple #512BDF
Tints of Han Purple #512BDF
RGB
CMYK
RGB Variations
Color information
#512BDF (or 0x512BDF) is known color: Han Purple. HEX triplet: 51, 2B and DF. RGB value is (81,43,223). Sum of RGB (Red+Green+Blue) = 81+43+223=347 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.34% from 347); Green value is 43 (17.19% from 255 or 12.39% from 347); Blue value is 223 (87.5% from 255 or 64.27% from 347); Max value from RGB is 223 - color contains mainly: blue. Hex color #512BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512BDF is #AED420. Grayscale: #4A4A4A. Windows color (decimal): -11457569 or 14625617. OLE color: 14625617.
HSL color Cylindrical-coordinate representation of color #512BDF: hue angle of 252.67º degrees, saturation: 0.74, 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 #512BDF is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 43 | 223 | - |
| CMYK | 0.64 | 0.81 | 0 | 0.13 |
| HSL | 252.67º | 0.74% | 0.52% | - |
| HSV(B) | 252.67º | 0.81% | 0.87% | - |
| XYZ | 17.58 | 8.8 | 70.59 | - |
| YUV | 74.88 | 211.59 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 43 | 223 | 0.64 | 0.81 | 0 | 0.13 | 252.67 | 0.74 | 0.52 |
| Hex | 51 | 2B | DF | 40 | 51 | 0 | D | FD | 4A | 34 |
| Octal | 121 | 53 | 337 | 100 | 121 | 0 | 15 | 375 | 112 | 64 |
| Binary | 1010001 | 101011 | 11011111 | 1000000 | 1010001 | 0 | 1101 | 11111101 | 1001010 | 110100 |
Color Harmonies of #512BDF
Complementary color
Monochromatic Colors of #512BDF
Black with #512BDF
Text Example
Text Example
White with #512BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512BDF; }
p { color: rgb(81,43,223); }
H1.HeaderClassName
{
color: #512BDF;
}
.AnyTagClassName
{
color: #512BDF;
}
</style>
background-color css
<style>
a { background-color: #512BDF; }
a { background-color: rgb(81,43,223); }
div.DivClassName
{
background-color: #512BDF;
}
.BgClassName
{
background-color: #512BDF;
}
</style>
border-color css
<style>
span { border-color: #512BDF; }
span { border-color: rgb(81,43,223); }
td.TdClassName
{
border-color: #512BDF;
}
.TagClassName
{
border-color: #512BDF;
}
</style>