Shades of Han Purple #512DFD
Tints of Han Purple #512DFD
RGB
CMYK
RGB Variations
Color information
#512DFD (or 0x512DFD) is known color: Han Purple. HEX triplet: 51, 2D and FD. RGB value is (81,45,253). Sum of RGB (Red+Green+Blue) = 81+45+253=379 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.37% from 379); Green value is 45 (17.97% from 255 or 11.87% from 379); Blue value is 253 (99.22% from 255 or 66.75% from 379); Max value from RGB is 253 - color contains mainly: blue. Hex color #512DFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #512DFD is #AED202. Grayscale: #4E4E4E. Windows color (decimal): -11457027 or 16592209. OLE color: 16592209.
HSL color Cylindrical-coordinate representation of color #512DFD: hue angle of 250.38º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #512DFD is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 45 | 253 | - |
| CMYK | 0.68 | 0.82 | 0 | 0.01 |
| HSL | 250.38º | 0.98% | 0.58% | - |
| HSV(B) | 250.38º | 0.82% | 0.99% | - |
| XYZ | 22.06 | 10.72 | 93.83 | - |
| YUV | 79.48 | 225.93 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 45 | 253 | 0.68 | 0.82 | 0 | 0.01 | 250.38 | 0.98 | 0.58 |
| Hex | 51 | 2D | FD | 44 | 52 | 0 | 1 | FA | 62 | 3A |
| Octal | 121 | 55 | 375 | 104 | 122 | 0 | 1 | 372 | 142 | 72 |
| Binary | 1010001 | 101101 | 11111101 | 1000100 | 1010010 | 0 | 1 | 11111010 | 1100010 | 111010 |
Color Harmonies of #512DFD
Complementary color
Monochromatic Colors of #512DFD
Black with #512DFD
Text Example
Text Example
White with #512DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512DFD; }
p { color: rgb(81,45,253); }
H1.HeaderClassName
{
color: #512DFD;
}
.AnyTagClassName
{
color: #512DFD;
}
</style>
background-color css
<style>
a { background-color: #512DFD; }
a { background-color: rgb(81,45,253); }
div.DivClassName
{
background-color: #512DFD;
}
.BgClassName
{
background-color: #512DFD;
}
</style>
border-color css
<style>
span { border-color: #512DFD; }
span { border-color: rgb(81,45,253); }
td.TdClassName
{
border-color: #512DFD;
}
.TagClassName
{
border-color: #512DFD;
}
</style>