Shades of Han Purple #512EFD
Tints of Han Purple #512EFD
RGB
CMYK
RGB Variations
Color information
#512EFD (or 0x512EFD) is known color: Han Purple. HEX triplet: 51, 2E and FD. RGB value is (81,46,253). Sum of RGB (Red+Green+Blue) = 81+46+253=380 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.32% from 380); Green value is 46 (18.36% from 255 or 12.11% from 380); Blue value is 253 (99.22% from 255 or 66.58% from 380); Max value from RGB is 253 - color contains mainly: blue. Hex color #512EFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #512EFD is #AED102. Grayscale: #4F4F4F. Windows color (decimal): -11456771 or 16592465. OLE color: 16592465.
HSL color Cylindrical-coordinate representation of color #512EFD: hue angle of 250.14º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #512EFD is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 46 | 253 | - |
| CMYK | 0.68 | 0.82 | 0 | 0.01 |
| HSL | 250.14º | 0.98% | 0.59% | - |
| HSV(B) | 250.14º | 0.82% | 0.99% | - |
| XYZ | 22.1 | 10.8 | 93.85 | - |
| YUV | 80.06 | 225.6 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 46 | 253 | 0.68 | 0.82 | 0 | 0.01 | 250.14 | 0.98 | 0.59 |
| Hex | 51 | 2E | FD | 44 | 52 | 0 | 1 | FA | 62 | 3B |
| Octal | 121 | 56 | 375 | 104 | 122 | 0 | 1 | 372 | 142 | 73 |
| Binary | 1010001 | 101110 | 11111101 | 1000100 | 1010010 | 0 | 1 | 11111010 | 1100010 | 111011 |
Color Harmonies of #512EFD
Complementary color
Monochromatic Colors of #512EFD
Black with #512EFD
Text Example
Text Example
White with #512EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512EFD; }
p { color: rgb(81,46,253); }
H1.HeaderClassName
{
color: #512EFD;
}
.AnyTagClassName
{
color: #512EFD;
}
</style>
background-color css
<style>
a { background-color: #512EFD; }
a { background-color: rgb(81,46,253); }
div.DivClassName
{
background-color: #512EFD;
}
.BgClassName
{
background-color: #512EFD;
}
</style>
border-color css
<style>
span { border-color: #512EFD; }
span { border-color: rgb(81,46,253); }
td.TdClassName
{
border-color: #512EFD;
}
.TagClassName
{
border-color: #512EFD;
}
</style>