Shades of Han Purple #512CF8
Tints of Han Purple #512CF8
RGB
CMYK
RGB Variations
Color information
#512CF8 (or 0x512CF8) is known color: Han Purple. HEX triplet: 51, 2C and F8. RGB value is (81,44,248). Sum of RGB (Red+Green+Blue) = 81+44+248=373 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.72% from 373); Green value is 44 (17.58% from 255 or 11.80% from 373); Blue value is 248 (97.27% from 255 or 66.49% from 373); Max value from RGB is 248 - color contains mainly: blue. Hex color #512CF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #512CF8 is #AED307. Grayscale: #4D4D4D. Windows color (decimal): -11457288 or 16264273. OLE color: 16264273.
HSL color Cylindrical-coordinate representation of color #512CF8: hue angle of 250.88º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #512CF8 is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 81 | 44 | 248 | - |
| CMYK | 0.67 | 0.82 | 0 | 0.03 |
| HSL | 250.88º | 0.94% | 0.57% | - |
| HSV(B) | 250.88º | 0.82% | 0.97% | - |
| XYZ | 21.24 | 10.33 | 89.68 | - |
| YUV | 78.32 | 223.76 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 44 | 248 | 0.67 | 0.82 | 0 | 0.03 | 250.88 | 0.94 | 0.57 |
| Hex | 51 | 2C | F8 | 43 | 52 | 0 | 3 | FB | 5E | 39 |
| Octal | 121 | 54 | 370 | 103 | 122 | 0 | 3 | 373 | 136 | 71 |
| Binary | 1010001 | 101100 | 11111000 | 1000011 | 1010010 | 0 | 11 | 11111011 | 1011110 | 111001 |
Color Harmonies of #512CF8
Complementary color
Monochromatic Colors of #512CF8
Black with #512CF8
Text Example
Text Example
White with #512CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512CF8; }
p { color: rgb(81,44,248); }
H1.HeaderClassName
{
color: #512CF8;
}
.AnyTagClassName
{
color: #512CF8;
}
</style>
background-color css
<style>
a { background-color: #512CF8; }
a { background-color: rgb(81,44,248); }
div.DivClassName
{
background-color: #512CF8;
}
.BgClassName
{
background-color: #512CF8;
}
</style>
border-color css
<style>
span { border-color: #512CF8; }
span { border-color: rgb(81,44,248); }
td.TdClassName
{
border-color: #512CF8;
}
.TagClassName
{
border-color: #512CF8;
}
</style>