Shades of Han Purple #512FEA
Tints of Han Purple #512FEA
RGB
CMYK
RGB Variations
Color information
#512FEA (or 0x512FEA) is known color: Han Purple. HEX triplet: 51, 2F and EA. RGB value is (81,47,234). Sum of RGB (Red+Green+Blue) = 81+47+234=362 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.38% from 362); Green value is 47 (18.75% from 255 or 12.98% from 362); Blue value is 234 (91.80% from 255 or 64.64% from 362); Max value from RGB is 234 - color contains mainly: blue. Hex color #512FEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #512FEA is #AED015. Grayscale: #4D4D4D. Windows color (decimal): -11456534 or 15347537. OLE color: 15347537.
HSL color Cylindrical-coordinate representation of color #512FEA: hue angle of 250.91º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #512FEA is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 81 | 47 | 234 | - |
| CMYK | 0.65 | 0.80 | 0 | 0.08 |
| HSL | 250.91º | 0.82% | 0.55% | - |
| HSV(B) | 250.91º | 0.8% | 0.92% | - |
| XYZ | 19.26 | 9.72 | 78.7 | - |
| YUV | 78.48 | 215.76 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 47 | 234 | 0.65 | 0.80 | 0 | 0.08 | 250.91 | 0.82 | 0.55 |
| Hex | 51 | 2F | EA | 41 | 50 | 0 | 8 | FB | 52 | 37 |
| Octal | 121 | 57 | 352 | 101 | 120 | 0 | 10 | 373 | 122 | 67 |
| Binary | 1010001 | 101111 | 11101010 | 1000001 | 1010000 | 0 | 1000 | 11111011 | 1010010 | 110111 |
Color Harmonies of #512FEA
Complementary color
Monochromatic Colors of #512FEA
Black with #512FEA
Text Example
Text Example
White with #512FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512FEA; }
p { color: rgb(81,47,234); }
H1.HeaderClassName
{
color: #512FEA;
}
.AnyTagClassName
{
color: #512FEA;
}
</style>
background-color css
<style>
a { background-color: #512FEA; }
a { background-color: rgb(81,47,234); }
div.DivClassName
{
background-color: #512FEA;
}
.BgClassName
{
background-color: #512FEA;
}
</style>
border-color css
<style>
span { border-color: #512FEA; }
span { border-color: rgb(81,47,234); }
td.TdClassName
{
border-color: #512FEA;
}
.TagClassName
{
border-color: #512FEA;
}
</style>