Shades of Han Purple #4F0DFC
Tints of Han Purple #4F0DFC
RGB
CMYK
RGB Variations
Color information
#4F0DFC (or 0x4F0DFC) is known color: Han Purple. HEX triplet: 4F, 0D and FC. RGB value is (79,13,252). Sum of RGB (Red+Green+Blue) = 79+13+252=344 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.97% from 344); Green value is 13 (5.47% from 255 or 3.78% from 344); Blue value is 252 (98.83% from 255 or 73.26% from 344); Max value from RGB is 252 - color contains mainly: blue. Hex color #4F0DFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F0DFC is #B0F203. Grayscale: #3B3B3B. Windows color (decimal): -11596292 or 16518479. OLE color: 16518479.
HSL color Cylindrical-coordinate representation of color #4F0DFC: hue angle of 256.57º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4F0DFC is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 13 | 252 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.01 |
| HSL | 256.57º | 0.98% | 0.52% | - |
| HSV(B) | 256.57º | 0.95% | 0.99% | - |
| XYZ | 20.94 | 8.98 | 92.72 | - |
| YUV | 59.98 | 236.37 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 13 | 252 | 0.69 | 0.95 | 0 | 0.01 | 256.57 | 0.98 | 0.52 |
| Hex | 4F | D | FC | 45 | 5F | 0 | 1 | 101 | 62 | 34 |
| Octal | 117 | 15 | 374 | 105 | 137 | 0 | 1 | 401 | 142 | 64 |
| Binary | 1001111 | 1101 | 11111100 | 1000101 | 1011111 | 0 | 1 | 100000001 | 1100010 | 110100 |
Color Harmonies of #4F0DFC
Complementary color
Monochromatic Colors of #4F0DFC
Black with #4F0DFC
Text Example
Text Example
White with #4F0DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0DFC; }
p { color: rgb(79,13,252); }
H1.HeaderClassName
{
color: #4F0DFC;
}
.AnyTagClassName
{
color: #4F0DFC;
}
</style>
background-color css
<style>
a { background-color: #4F0DFC; }
a { background-color: rgb(79,13,252); }
div.DivClassName
{
background-color: #4F0DFC;
}
.BgClassName
{
background-color: #4F0DFC;
}
</style>
border-color css
<style>
span { border-color: #4F0DFC; }
span { border-color: rgb(79,13,252); }
td.TdClassName
{
border-color: #4F0DFC;
}
.TagClassName
{
border-color: #4F0DFC;
}
</style>