Shades of Han Purple #4F0CD5
Tints of Han Purple #4F0CD5
RGB
CMYK
RGB Variations
Color information
#4F0CD5 (or 0x4F0CD5) is known color: Han Purple. HEX triplet: 4F, 0C and D5. RGB value is (79,12,213). Sum of RGB (Red+Green+Blue) = 79+12+213=304 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.99% from 304); Green value is 12 (5.08% from 255 or 3.95% from 304); Blue value is 213 (83.59% from 255 or 70.07% from 304); Max value from RGB is 213 - color contains mainly: blue. Hex color #4F0CD5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F0CD5 is #B0F32A. Grayscale: #363636. Windows color (decimal): -11596587 or 13962319. OLE color: 13962319.
HSL color Cylindrical-coordinate representation of color #4F0CD5: hue angle of 260º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4F0CD5 is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 79 | 12 | 213 | - |
| CMYK | 0.63 | 0.94 | 0 | 0.16 |
| HSL | 260º | 0.89% | 0.44% | - |
| HSV(B) | 260º | 0.94% | 0.84% | - |
| XYZ | 15.37 | 6.73 | 63.44 | - |
| YUV | 54.95 | 217.2 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 12 | 213 | 0.63 | 0.94 | 0 | 0.16 | 260 | 0.89 | 0.44 |
| Hex | 4F | C | D5 | 3F | 5E | 0 | 10 | 104 | 59 | 2C |
| Octal | 117 | 14 | 325 | 77 | 136 | 0 | 20 | 404 | 131 | 54 |
| Binary | 1001111 | 1100 | 11010101 | 111111 | 1011110 | 0 | 10000 | 100000100 | 1011001 | 101100 |
Color Harmonies of #4F0CD5
Complementary color
Monochromatic Colors of #4F0CD5
Black with #4F0CD5
Text Example
Text Example
White with #4F0CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0CD5; }
p { color: rgb(79,12,213); }
H1.HeaderClassName
{
color: #4F0CD5;
}
.AnyTagClassName
{
color: #4F0CD5;
}
</style>
background-color css
<style>
a { background-color: #4F0CD5; }
a { background-color: rgb(79,12,213); }
div.DivClassName
{
background-color: #4F0CD5;
}
.BgClassName
{
background-color: #4F0CD5;
}
</style>
border-color css
<style>
span { border-color: #4F0CD5; }
span { border-color: rgb(79,12,213); }
td.TdClassName
{
border-color: #4F0CD5;
}
.TagClassName
{
border-color: #4F0CD5;
}
</style>