Shades of Han Purple #4F0CFF
Tints of Han Purple #4F0CFF
RGB
CMYK
RGB Variations
Color information
#4F0CFF (or 0x4F0CFF) is known color: Han Purple. HEX triplet: 4F, 0C and FF. RGB value is (79,12,255). Sum of RGB (Red+Green+Blue) = 79+12+255=346 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.83% from 346); Green value is 12 (5.08% from 255 or 3.47% from 346); Blue value is 255 (100% from 255 or 73.70% from 346); Max value from RGB is 255 - color contains mainly: blue. Hex color #4F0CFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F0CFF is #B0F300. Grayscale: #3A3A3A. Windows color (decimal): -11596545 or 16714831. OLE color: 16714831.
HSL color Cylindrical-coordinate representation of color #4F0CFF: hue angle of 256.54º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4F0CFF is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 12 | 255 | - |
| CMYK | 0.69 | 0.95 | 0 | 0 |
| HSL | 256.54º | 1% | 0.52% | - |
| HSV(B) | 256.54º | 0.95% | 1% | - |
| XYZ | 21.41 | 9.15 | 95.24 | - |
| YUV | 59.74 | 238.2 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 12 | 255 | 0.69 | 0.95 | 0 | 0 | 256.54 | 1 | 0.52 |
| Hex | 4F | C | FF | 45 | 5F | 0 | 0 | 101 | 64 | 34 |
| Octal | 117 | 14 | 377 | 105 | 137 | 0 | 0 | 401 | 144 | 64 |
| Binary | 1001111 | 1100 | 11111111 | 1000101 | 1011111 | 0 | 0 | 100000001 | 1100100 | 110100 |
Color Harmonies of #4F0CFF
Complementary color
Monochromatic Colors of #4F0CFF
Black with #4F0CFF
Text Example
Text Example
White with #4F0CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0CFF; }
p { color: rgb(79,12,255); }
H1.HeaderClassName
{
color: #4F0CFF;
}
.AnyTagClassName
{
color: #4F0CFF;
}
</style>
background-color css
<style>
a { background-color: #4F0CFF; }
a { background-color: rgb(79,12,255); }
div.DivClassName
{
background-color: #4F0CFF;
}
.BgClassName
{
background-color: #4F0CFF;
}
</style>
border-color css
<style>
span { border-color: #4F0CFF; }
span { border-color: rgb(79,12,255); }
td.TdClassName
{
border-color: #4F0CFF;
}
.TagClassName
{
border-color: #4F0CFF;
}
</style>