Shades of Han Purple #512FF6
Tints of Han Purple #512FF6
RGB
CMYK
RGB Variations
Color information
#512FF6 (or 0x512FF6) is known color: Han Purple. HEX triplet: 51, 2F and F6. RGB value is (81,47,246). Sum of RGB (Red+Green+Blue) = 81+47+246=374 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.66% from 374); Green value is 47 (18.75% from 255 or 12.57% from 374); Blue value is 246 (96.48% from 255 or 65.78% from 374); Max value from RGB is 246 - color contains mainly: blue. Hex color #512FF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #512FF6 is #AED009. Grayscale: #4F4F4F. Windows color (decimal): -11456522 or 16133969. OLE color: 16133969.
HSL color Cylindrical-coordinate representation of color #512FF6: hue angle of 250.25º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #512FF6 is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 81 | 47 | 246 | - |
| CMYK | 0.67 | 0.81 | 0 | 0.04 |
| HSL | 250.25º | 0.92% | 0.57% | - |
| HSV(B) | 250.25º | 0.81% | 0.96% | - |
| XYZ | 21.04 | 10.44 | 88.09 | - |
| YUV | 79.85 | 221.76 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 47 | 246 | 0.67 | 0.81 | 0 | 0.04 | 250.25 | 0.92 | 0.57 |
| Hex | 51 | 2F | F6 | 43 | 51 | 0 | 4 | FA | 5C | 39 |
| Octal | 121 | 57 | 366 | 103 | 121 | 0 | 4 | 372 | 134 | 71 |
| Binary | 1010001 | 101111 | 11110110 | 1000011 | 1010001 | 0 | 100 | 11111010 | 1011100 | 111001 |
Color Harmonies of #512FF6
Complementary color
Monochromatic Colors of #512FF6
Black with #512FF6
Text Example
Text Example
White with #512FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512FF6; }
p { color: rgb(81,47,246); }
H1.HeaderClassName
{
color: #512FF6;
}
.AnyTagClassName
{
color: #512FF6;
}
</style>
background-color css
<style>
a { background-color: #512FF6; }
a { background-color: rgb(81,47,246); }
div.DivClassName
{
background-color: #512FF6;
}
.BgClassName
{
background-color: #512FF6;
}
</style>
border-color css
<style>
span { border-color: #512FF6; }
span { border-color: rgb(81,47,246); }
td.TdClassName
{
border-color: #512FF6;
}
.TagClassName
{
border-color: #512FF6;
}
</style>