Shades of Han Purple #4F08D7
Tints of Han Purple #4F08D7
RGB
CMYK
RGB Variations
Color information
#4F08D7 (or 0x4F08D7) is known color: Han Purple. HEX triplet: 4F, 08 and D7. RGB value is (79,8,215). Sum of RGB (Red+Green+Blue) = 79+8+215=302 (40% of max value = 765). Red value is 79 (31.25% from 255 or 26.16% from 302); Green value is 8 (3.52% from 255 or 2.65% from 302); Blue value is 215 (84.38% from 255 or 71.19% from 302); Max value from RGB is 215 - color contains mainly: blue. Hex color #4F08D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F08D7 is #B0F728. Grayscale: #343434. Windows color (decimal): -11597609 or 14092367. OLE color: 14092367.
HSL color Cylindrical-coordinate representation of color #4F08D7: hue angle of 260.58º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4F08D7 is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 79 | 8 | 215 | - |
| CMYK | 0.63 | 0.96 | 0 | 0.16 |
| HSL | 260.58º | 0.93% | 0.44% | - |
| HSV(B) | 260.58º | 0.96% | 0.84% | - |
| XYZ | 15.58 | 6.74 | 64.77 | - |
| YUV | 52.83 | 219.52 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 8 | 215 | 0.63 | 0.96 | 0 | 0.16 | 260.58 | 0.93 | 0.44 |
| Hex | 4F | 8 | D7 | 3F | 60 | 0 | 10 | 105 | 5D | 2C |
| Octal | 117 | 10 | 327 | 77 | 140 | 0 | 20 | 405 | 135 | 54 |
| Binary | 1001111 | 1000 | 11010111 | 111111 | 1100000 | 0 | 10000 | 100000101 | 1011101 | 101100 |
Color Harmonies of #4F08D7
Complementary color
Monochromatic Colors of #4F08D7
Black with #4F08D7
Text Example
Text Example
White with #4F08D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F08D7; }
p { color: rgb(79,8,215); }
H1.HeaderClassName
{
color: #4F08D7;
}
.AnyTagClassName
{
color: #4F08D7;
}
</style>
background-color css
<style>
a { background-color: #4F08D7; }
a { background-color: rgb(79,8,215); }
div.DivClassName
{
background-color: #4F08D7;
}
.BgClassName
{
background-color: #4F08D7;
}
</style>
border-color css
<style>
span { border-color: #4F08D7; }
span { border-color: rgb(79,8,215); }
td.TdClassName
{
border-color: #4F08D7;
}
.TagClassName
{
border-color: #4F08D7;
}
</style>