Shades of Han Purple #512FF8
Tints of Han Purple #512FF8
RGB
CMYK
RGB Variations
Color information
#512FF8 (or 0x512FF8) is known color: Han Purple. HEX triplet: 51, 2F and F8. RGB value is (81,47,248). Sum of RGB (Red+Green+Blue) = 81+47+248=376 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.54% from 376); Green value is 47 (18.75% from 255 or 12.5% from 376); Blue value is 248 (97.27% from 255 or 65.96% from 376); Max value from RGB is 248 - color contains mainly: blue. Hex color #512FF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #512FF8 is #AED007. Grayscale: #4F4F4F. Windows color (decimal): -11456520 or 16265041. OLE color: 16265041.
HSL color Cylindrical-coordinate representation of color #512FF8: hue angle of 250.15º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #512FF8 is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 81 | 47 | 248 | - |
| CMYK | 0.67 | 0.81 | 0 | 0.03 |
| HSL | 250.15º | 0.93% | 0.58% | - |
| HSV(B) | 250.15º | 0.81% | 0.97% | - |
| XYZ | 21.35 | 10.56 | 89.72 | - |
| YUV | 80.08 | 222.76 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 47 | 248 | 0.67 | 0.81 | 0 | 0.03 | 250.15 | 0.93 | 0.58 |
| Hex | 51 | 2F | F8 | 43 | 51 | 0 | 3 | FA | 5D | 3A |
| Octal | 121 | 57 | 370 | 103 | 121 | 0 | 3 | 372 | 135 | 72 |
| Binary | 1010001 | 101111 | 11111000 | 1000011 | 1010001 | 0 | 11 | 11111010 | 1011101 | 111010 |
Color Harmonies of #512FF8
Complementary color
Monochromatic Colors of #512FF8
Black with #512FF8
Text Example
Text Example
White with #512FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512FF8; }
p { color: rgb(81,47,248); }
H1.HeaderClassName
{
color: #512FF8;
}
.AnyTagClassName
{
color: #512FF8;
}
</style>
background-color css
<style>
a { background-color: #512FF8; }
a { background-color: rgb(81,47,248); }
div.DivClassName
{
background-color: #512FF8;
}
.BgClassName
{
background-color: #512FF8;
}
</style>
border-color css
<style>
span { border-color: #512FF8; }
span { border-color: rgb(81,47,248); }
td.TdClassName
{
border-color: #512FF8;
}
.TagClassName
{
border-color: #512FF8;
}
</style>