Shades of Han Purple #512FF2
Tints of Han Purple #512FF2
RGB
CMYK
RGB Variations
Color information
#512FF2 (or 0x512FF2) is known color: Han Purple. HEX triplet: 51, 2F and F2. RGB value is (81,47,242). Sum of RGB (Red+Green+Blue) = 81+47+242=370 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.89% from 370); Green value is 47 (18.75% from 255 or 12.70% from 370); Blue value is 242 (94.92% from 255 or 65.41% from 370); Max value from RGB is 242 - color contains mainly: blue. Hex color #512FF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #512FF2 is #AED00D. Grayscale: #4E4E4E. Windows color (decimal): -11456526 or 15871825. OLE color: 15871825.
HSL color Cylindrical-coordinate representation of color #512FF2: hue angle of 250.46º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #512FF2 is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 81 | 47 | 242 | - |
| CMYK | 0.67 | 0.81 | 0 | 0.05 |
| HSL | 250.46º | 0.88% | 0.57% | - |
| HSV(B) | 250.46º | 0.81% | 0.95% | - |
| XYZ | 20.44 | 10.19 | 84.89 | - |
| YUV | 79.4 | 219.76 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 47 | 242 | 0.67 | 0.81 | 0 | 0.05 | 250.46 | 0.88 | 0.57 |
| Hex | 51 | 2F | F2 | 43 | 51 | 0 | 5 | FA | 58 | 39 |
| Octal | 121 | 57 | 362 | 103 | 121 | 0 | 5 | 372 | 130 | 71 |
| Binary | 1010001 | 101111 | 11110010 | 1000011 | 1010001 | 0 | 101 | 11111010 | 1011000 | 111001 |
Color Harmonies of #512FF2
Complementary color
Monochromatic Colors of #512FF2
Black with #512FF2
Text Example
Text Example
White with #512FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512FF2; }
p { color: rgb(81,47,242); }
H1.HeaderClassName
{
color: #512FF2;
}
.AnyTagClassName
{
color: #512FF2;
}
</style>
background-color css
<style>
a { background-color: #512FF2; }
a { background-color: rgb(81,47,242); }
div.DivClassName
{
background-color: #512FF2;
}
.BgClassName
{
background-color: #512FF2;
}
</style>
border-color css
<style>
span { border-color: #512FF2; }
span { border-color: rgb(81,47,242); }
td.TdClassName
{
border-color: #512FF2;
}
.TagClassName
{
border-color: #512FF2;
}
</style>