Shades of Han Purple #4F00D5
Tints of Han Purple #4F00D5
RGB
CMYK
RGB Variations
Color information
#4F00D5 (or 0x4F00D5) is known color: Han Purple. HEX triplet: 4F, 00 and D5. RGB value is (79,0,213). Sum of RGB (Red+Green+Blue) = 79+0+213=292 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.05% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 213 (83.59% from 255 or 72.95% from 292); Max value from RGB is 213 - color contains mainly: blue. Hex color #4F00D5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F00D5 is #B0FF2A. Grayscale: #2F2F2F. Windows color (decimal): -11599659 or 13959247. OLE color: 13959247.
HSL color Cylindrical-coordinate representation of color #4F00D5: hue angle of 262.25º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4F00D5 is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 79 | 0 | 213 | - |
| CMYK | 0.63 | 1 | 0 | 0.16 |
| HSL | 262.25º | 1% | 0.42% | - |
| HSV(B) | 262.25º | 1% | 0.84% | - |
| XYZ | 15.23 | 6.47 | 63.4 | - |
| YUV | 47.9 | 221.17 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 0 | 213 | 0.63 | 1 | 0 | 0.16 | 262.25 | 1 | 0.42 |
| Hex | 4F | 0 | D5 | 3F | 64 | 0 | 10 | 106 | 64 | 2A |
| Octal | 117 | 0 | 325 | 77 | 144 | 0 | 20 | 406 | 144 | 52 |
| Binary | 1001111 | 0 | 11010101 | 111111 | 1100100 | 0 | 10000 | 100000110 | 1100100 | 101010 |
Color Harmonies of #4F00D5
Complementary color
Monochromatic Colors of #4F00D5
Black with #4F00D5
Text Example
Text Example
White with #4F00D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F00D5; }
p { color: rgb(79,0,213); }
H1.HeaderClassName
{
color: #4F00D5;
}
.AnyTagClassName
{
color: #4F00D5;
}
</style>
background-color css
<style>
a { background-color: #4F00D5; }
a { background-color: rgb(79,0,213); }
div.DivClassName
{
background-color: #4F00D5;
}
.BgClassName
{
background-color: #4F00D5;
}
</style>
border-color css
<style>
span { border-color: #4F00D5; }
span { border-color: rgb(79,0,213); }
td.TdClassName
{
border-color: #4F00D5;
}
.TagClassName
{
border-color: #4F00D5;
}
</style>