Shades of Han Purple #512AF4
Tints of Han Purple #512AF4
RGB
CMYK
RGB Variations
Color information
#512AF4 (or 0x512AF4) is known color: Han Purple. HEX triplet: 51, 2A and F4. RGB value is (81,42,244). Sum of RGB (Red+Green+Blue) = 81+42+244=367 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.07% from 367); Green value is 42 (16.80% from 255 or 11.44% from 367); Blue value is 244 (95.70% from 255 or 66.49% from 367); Max value from RGB is 244 - color contains mainly: blue. Hex color #512AF4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #512AF4 is #AED50B. Grayscale: #4B4B4B. Windows color (decimal): -11457804 or 16001617. OLE color: 16001617.
HSL color Cylindrical-coordinate representation of color #512AF4: hue angle of 251.58º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #512AF4 is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 81 | 42 | 244 | - |
| CMYK | 0.67 | 0.83 | 0 | 0.04 |
| HSL | 251.58º | 0.9% | 0.56% | - |
| HSV(B) | 251.58º | 0.83% | 0.96% | - |
| XYZ | 20.55 | 9.94 | 86.42 | - |
| YUV | 76.69 | 222.42 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 42 | 244 | 0.67 | 0.83 | 0 | 0.04 | 251.58 | 0.9 | 0.56 |
| Hex | 51 | 2A | F4 | 43 | 53 | 0 | 4 | FC | 5A | 38 |
| Octal | 121 | 52 | 364 | 103 | 123 | 0 | 4 | 374 | 132 | 70 |
| Binary | 1010001 | 101010 | 11110100 | 1000011 | 1010011 | 0 | 100 | 11111100 | 1011010 | 111000 |
Color Harmonies of #512AF4
Complementary color
Monochromatic Colors of #512AF4
Black with #512AF4
Text Example
Text Example
White with #512AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512AF4; }
p { color: rgb(81,42,244); }
H1.HeaderClassName
{
color: #512AF4;
}
.AnyTagClassName
{
color: #512AF4;
}
</style>
background-color css
<style>
a { background-color: #512AF4; }
a { background-color: rgb(81,42,244); }
div.DivClassName
{
background-color: #512AF4;
}
.BgClassName
{
background-color: #512AF4;
}
</style>
border-color css
<style>
span { border-color: #512AF4; }
span { border-color: rgb(81,42,244); }
td.TdClassName
{
border-color: #512AF4;
}
.TagClassName
{
border-color: #512AF4;
}
</style>