Shades of Han Purple #512AF8
Tints of Han Purple #512AF8
RGB
CMYK
RGB Variations
Color information
#512AF8 (or 0x512AF8) is known color: Han Purple. HEX triplet: 51, 2A and F8. RGB value is (81,42,248). Sum of RGB (Red+Green+Blue) = 81+42+248=371 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.83% from 371); Green value is 42 (16.80% from 255 or 11.32% from 371); Blue value is 248 (97.27% from 255 or 66.85% from 371); Max value from RGB is 248 - color contains mainly: blue. Hex color #512AF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #512AF8 is #AED507. Grayscale: #4C4C4C. Windows color (decimal): -11457800 or 16263761. OLE color: 16263761.
HSL color Cylindrical-coordinate representation of color #512AF8: hue angle of 251.36º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #512AF8 is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 81 | 42 | 248 | - |
| CMYK | 0.67 | 0.83 | 0 | 0.03 |
| HSL | 251.36º | 0.94% | 0.57% | - |
| HSV(B) | 251.36º | 0.83% | 0.97% | - |
| XYZ | 21.16 | 10.18 | 89.66 | - |
| YUV | 77.15 | 224.42 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 42 | 248 | 0.67 | 0.83 | 0 | 0.03 | 251.36 | 0.94 | 0.57 |
| Hex | 51 | 2A | F8 | 43 | 53 | 0 | 3 | FB | 5E | 39 |
| Octal | 121 | 52 | 370 | 103 | 123 | 0 | 3 | 373 | 136 | 71 |
| Binary | 1010001 | 101010 | 11111000 | 1000011 | 1010011 | 0 | 11 | 11111011 | 1011110 | 111001 |
Color Harmonies of #512AF8
Complementary color
Monochromatic Colors of #512AF8
Black with #512AF8
Text Example
Text Example
White with #512AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512AF8; }
p { color: rgb(81,42,248); }
H1.HeaderClassName
{
color: #512AF8;
}
.AnyTagClassName
{
color: #512AF8;
}
</style>
background-color css
<style>
a { background-color: #512AF8; }
a { background-color: rgb(81,42,248); }
div.DivClassName
{
background-color: #512AF8;
}
.BgClassName
{
background-color: #512AF8;
}
</style>
border-color css
<style>
span { border-color: #512AF8; }
span { border-color: rgb(81,42,248); }
td.TdClassName
{
border-color: #512AF8;
}
.TagClassName
{
border-color: #512AF8;
}
</style>