Shades of Han Purple #4F08D6
Tints of Han Purple #4F08D6
RGB
CMYK
RGB Variations
Color information
#4F08D6 (or 0x4F08D6) is known color: Han Purple. HEX triplet: 4F, 08 and D6. RGB value is (79,8,214). Sum of RGB (Red+Green+Blue) = 79+8+214=301 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.25% from 301); Green value is 8 (3.52% from 255 or 2.66% from 301); Blue value is 214 (83.98% from 255 or 71.10% from 301); Max value from RGB is 214 - color contains mainly: blue. Hex color #4F08D6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F08D6 is #B0F729. Grayscale: #333333. Windows color (decimal): -11597610 or 14026831. OLE color: 14026831.
HSL color Cylindrical-coordinate representation of color #4F08D6: hue angle of 260.68º 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 #4F08D6 is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 79 | 8 | 214 | - |
| CMYK | 0.63 | 0.96 | 0 | 0.16 |
| HSL | 260.68º | 0.93% | 0.44% | - |
| HSV(B) | 260.68º | 0.96% | 0.84% | - |
| XYZ | 15.45 | 6.69 | 64.1 | - |
| YUV | 52.71 | 219.02 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 8 | 214 | 0.63 | 0.96 | 0 | 0.16 | 260.68 | 0.93 | 0.44 |
| Hex | 4F | 8 | D6 | 3F | 60 | 0 | 10 | 105 | 5D | 2C |
| Octal | 117 | 10 | 326 | 77 | 140 | 0 | 20 | 405 | 135 | 54 |
| Binary | 1001111 | 1000 | 11010110 | 111111 | 1100000 | 0 | 10000 | 100000101 | 1011101 | 101100 |
Color Harmonies of #4F08D6
Complementary color
Monochromatic Colors of #4F08D6
Black with #4F08D6
Text Example
Text Example
White with #4F08D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F08D6; }
p { color: rgb(79,8,214); }
H1.HeaderClassName
{
color: #4F08D6;
}
.AnyTagClassName
{
color: #4F08D6;
}
</style>
background-color css
<style>
a { background-color: #4F08D6; }
a { background-color: rgb(79,8,214); }
div.DivClassName
{
background-color: #4F08D6;
}
.BgClassName
{
background-color: #4F08D6;
}
</style>
border-color css
<style>
span { border-color: #4F08D6; }
span { border-color: rgb(79,8,214); }
td.TdClassName
{
border-color: #4F08D6;
}
.TagClassName
{
border-color: #4F08D6;
}
</style>