Shades of Han Purple #512CEA
Tints of Han Purple #512CEA
RGB
CMYK
RGB Variations
Color information
#512CEA (or 0x512CEA) is known color: Han Purple. HEX triplet: 51, 2C and EA. RGB value is (81,44,234). Sum of RGB (Red+Green+Blue) = 81+44+234=359 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.56% from 359); Green value is 44 (17.58% from 255 or 12.26% from 359); Blue value is 234 (91.80% from 255 or 65.18% from 359); Max value from RGB is 234 - color contains mainly: blue. Hex color #512CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #512CEA is #AED315. Grayscale: #4C4C4C. Windows color (decimal): -11457302 or 15346769. OLE color: 15346769.
HSL color Cylindrical-coordinate representation of color #512CEA: hue angle of 251.68º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #512CEA is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 81 | 44 | 234 | - |
| CMYK | 0.65 | 0.81 | 0 | 0.08 |
| HSL | 251.68º | 0.82% | 0.55% | - |
| HSV(B) | 251.68º | 0.81% | 0.92% | - |
| XYZ | 19.15 | 9.49 | 78.66 | - |
| YUV | 76.72 | 216.76 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 44 | 234 | 0.65 | 0.81 | 0 | 0.08 | 251.68 | 0.82 | 0.55 |
| Hex | 51 | 2C | EA | 41 | 51 | 0 | 8 | FC | 52 | 37 |
| Octal | 121 | 54 | 352 | 101 | 121 | 0 | 10 | 374 | 122 | 67 |
| Binary | 1010001 | 101100 | 11101010 | 1000001 | 1010001 | 0 | 1000 | 11111100 | 1010010 | 110111 |
Color Harmonies of #512CEA
Complementary color
Monochromatic Colors of #512CEA
Black with #512CEA
Text Example
Text Example
White with #512CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512CEA; }
p { color: rgb(81,44,234); }
H1.HeaderClassName
{
color: #512CEA;
}
.AnyTagClassName
{
color: #512CEA;
}
</style>
background-color css
<style>
a { background-color: #512CEA; }
a { background-color: rgb(81,44,234); }
div.DivClassName
{
background-color: #512CEA;
}
.BgClassName
{
background-color: #512CEA;
}
</style>
border-color css
<style>
span { border-color: #512CEA; }
span { border-color: rgb(81,44,234); }
td.TdClassName
{
border-color: #512CEA;
}
.TagClassName
{
border-color: #512CEA;
}
</style>