Shades of Han Purple #4F00D0
Tints of Han Purple #4F00D0
RGB
CMYK
RGB Variations
Color information
#4F00D0 (or 0x4F00D0) is known color: Han Purple. HEX triplet: 4F, 00 and D0. RGB value is (79,0,208). Sum of RGB (Red+Green+Blue) = 79+0+208=287 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.53% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 208 (81.64% from 255 or 72.47% from 287); Max value from RGB is 208 - color contains mainly: blue. Hex color #4F00D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F00D0 is #B0FF2F. Grayscale: #2E2E2E. Windows color (decimal): -11599664 or 13631567. OLE color: 13631567.
HSL color Cylindrical-coordinate representation of color #4F00D0: hue angle of 262.79º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4F00D0 is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 79 | 0 | 208 | - |
| CMYK | 0.62 | 1 | 0 | 0.18 |
| HSL | 262.79º | 1% | 0.41% | - |
| HSV(B) | 262.79º | 1% | 0.82% | - |
| XYZ | 14.61 | 6.22 | 60.1 | - |
| YUV | 47.33 | 218.67 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 0 | 208 | 0.62 | 1 | 0 | 0.18 | 262.79 | 1 | 0.41 |
| Hex | 4F | 0 | D0 | 3E | 64 | 0 | 12 | 107 | 64 | 29 |
| Octal | 117 | 0 | 320 | 76 | 144 | 0 | 22 | 407 | 144 | 51 |
| Binary | 1001111 | 0 | 11010000 | 111110 | 1100100 | 0 | 10010 | 100000111 | 1100100 | 101001 |
Color Harmonies of #4F00D0
Complementary color
Monochromatic Colors of #4F00D0
Black with #4F00D0
Text Example
Text Example
White with #4F00D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F00D0; }
p { color: rgb(79,0,208); }
H1.HeaderClassName
{
color: #4F00D0;
}
.AnyTagClassName
{
color: #4F00D0;
}
</style>
background-color css
<style>
a { background-color: #4F00D0; }
a { background-color: rgb(79,0,208); }
div.DivClassName
{
background-color: #4F00D0;
}
.BgClassName
{
background-color: #4F00D0;
}
</style>
border-color css
<style>
span { border-color: #4F00D0; }
span { border-color: rgb(79,0,208); }
td.TdClassName
{
border-color: #4F00D0;
}
.TagClassName
{
border-color: #4F00D0;
}
</style>