Shades of Han Purple #4F12DF
Tints of Han Purple #4F12DF
RGB
CMYK
RGB Variations
Color information
#4F12DF (or 0x4F12DF) is known color: Han Purple. HEX triplet: 4F, 12 and DF. RGB value is (79,18,223). Sum of RGB (Red+Green+Blue) = 79+18+223=320 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.69% from 320); Green value is 18 (7.42% from 255 or 5.62% from 320); Blue value is 223 (87.5% from 255 or 69.69% from 320); Max value from RGB is 223 - color contains mainly: blue. Hex color #4F12DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F12DF is #B0ED20. Grayscale: #3A3A3A. Windows color (decimal): -11595041 or 14619215. OLE color: 14619215.
HSL color Cylindrical-coordinate representation of color #4F12DF: hue angle of 257.85º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4F12DF is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 18 | 223 | - |
| CMYK | 0.65 | 0.92 | 0 | 0.13 |
| HSL | 257.85º | 0.85% | 0.47% | - |
| HSV(B) | 257.85º | 0.92% | 0.87% | - |
| XYZ | 16.76 | 7.42 | 70.36 | - |
| YUV | 59.61 | 220.21 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 18 | 223 | 0.65 | 0.92 | 0 | 0.13 | 257.85 | 0.85 | 0.47 |
| Hex | 4F | 12 | DF | 41 | 5C | 0 | D | 102 | 55 | 2F |
| Octal | 117 | 22 | 337 | 101 | 134 | 0 | 15 | 402 | 125 | 57 |
| Binary | 1001111 | 10010 | 11011111 | 1000001 | 1011100 | 0 | 1101 | 100000010 | 1010101 | 101111 |
Color Harmonies of #4F12DF
Complementary color
Monochromatic Colors of #4F12DF
Black with #4F12DF
Text Example
Text Example
White with #4F12DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F12DF; }
p { color: rgb(79,18,223); }
H1.HeaderClassName
{
color: #4F12DF;
}
.AnyTagClassName
{
color: #4F12DF;
}
</style>
background-color css
<style>
a { background-color: #4F12DF; }
a { background-color: rgb(79,18,223); }
div.DivClassName
{
background-color: #4F12DF;
}
.BgClassName
{
background-color: #4F12DF;
}
</style>
border-color css
<style>
span { border-color: #4F12DF; }
span { border-color: rgb(79,18,223); }
td.TdClassName
{
border-color: #4F12DF;
}
.TagClassName
{
border-color: #4F12DF;
}
</style>