Shades of Han Purple #4F00DF
Tints of Han Purple #4F00DF
RGB
CMYK
RGB Variations
Color information
#4F00DF (or 0x4F00DF) is known color: Han Purple. HEX triplet: 4F, 00 and DF. RGB value is (79,0,223). Sum of RGB (Red+Green+Blue) = 79+0+223=302 (40% of max value = 765). Red value is 79 (31.25% from 255 or 26.16% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 223 (87.5% from 255 or 73.84% from 302); Max value from RGB is 223 - color contains mainly: blue. Hex color #4F00DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F00DF is #B0FF20. Grayscale: #303030. Windows color (decimal): -11599649 or 14614607. OLE color: 14614607.
HSL color Cylindrical-coordinate representation of color #4F00DF: hue angle of 261.26º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4F00DF is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 0 | 223 | - |
| CMYK | 0.65 | 1 | 0 | 0.13 |
| HSL | 261.26º | 1% | 0.44% | - |
| HSV(B) | 261.26º | 1% | 0.87% | - |
| XYZ | 16.54 | 6.99 | 70.29 | - |
| YUV | 49.04 | 226.17 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 0 | 223 | 0.65 | 1 | 0 | 0.13 | 261.26 | 1 | 0.44 |
| Hex | 4F | 0 | DF | 41 | 64 | 0 | D | 105 | 64 | 2C |
| Octal | 117 | 0 | 337 | 101 | 144 | 0 | 15 | 405 | 144 | 54 |
| Binary | 1001111 | 0 | 11011111 | 1000001 | 1100100 | 0 | 1101 | 100000101 | 1100100 | 101100 |
Color Harmonies of #4F00DF
Complementary color
Monochromatic Colors of #4F00DF
Black with #4F00DF
Text Example
Text Example
White with #4F00DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F00DF; }
p { color: rgb(79,0,223); }
H1.HeaderClassName
{
color: #4F00DF;
}
.AnyTagClassName
{
color: #4F00DF;
}
</style>
background-color css
<style>
a { background-color: #4F00DF; }
a { background-color: rgb(79,0,223); }
div.DivClassName
{
background-color: #4F00DF;
}
.BgClassName
{
background-color: #4F00DF;
}
</style>
border-color css
<style>
span { border-color: #4F00DF; }
span { border-color: rgb(79,0,223); }
td.TdClassName
{
border-color: #4F00DF;
}
.TagClassName
{
border-color: #4F00DF;
}
</style>