Shades of Han Purple #4F0CFD
Tints of Han Purple #4F0CFD
RGB
CMYK
RGB Variations
Color information
#4F0CFD (or 0x4F0CFD) is known color: Han Purple. HEX triplet: 4F, 0C and FD. RGB value is (79,12,253). Sum of RGB (Red+Green+Blue) = 79+12+253=344 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.97% from 344); Green value is 12 (5.08% from 255 or 3.49% from 344); Blue value is 253 (99.22% from 255 or 73.55% from 344); Max value from RGB is 253 - color contains mainly: blue. Hex color #4F0CFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F0CFD is #B0F302. Grayscale: #3A3A3A. Windows color (decimal): -11596547 or 16583759. OLE color: 16583759.
HSL color Cylindrical-coordinate representation of color #4F0CFD: hue angle of 256.68º 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 #4F0CFD is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 12 | 253 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.01 |
| HSL | 256.68º | 0.98% | 0.52% | - |
| HSV(B) | 256.68º | 0.95% | 0.99% | - |
| XYZ | 21.09 | 9.02 | 93.56 | - |
| YUV | 59.51 | 237.2 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 12 | 253 | 0.69 | 0.95 | 0 | 0.01 | 256.68 | 0.98 | 0.52 |
| Hex | 4F | C | FD | 45 | 5F | 0 | 1 | 101 | 62 | 34 |
| Octal | 117 | 14 | 375 | 105 | 137 | 0 | 1 | 401 | 142 | 64 |
| Binary | 1001111 | 1100 | 11111101 | 1000101 | 1011111 | 0 | 1 | 100000001 | 1100010 | 110100 |
Color Harmonies of #4F0CFD
Complementary color
Monochromatic Colors of #4F0CFD
Black with #4F0CFD
Text Example
Text Example
White with #4F0CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0CFD; }
p { color: rgb(79,12,253); }
H1.HeaderClassName
{
color: #4F0CFD;
}
.AnyTagClassName
{
color: #4F0CFD;
}
</style>
background-color css
<style>
a { background-color: #4F0CFD; }
a { background-color: rgb(79,12,253); }
div.DivClassName
{
background-color: #4F0CFD;
}
.BgClassName
{
background-color: #4F0CFD;
}
</style>
border-color css
<style>
span { border-color: #4F0CFD; }
span { border-color: rgb(79,12,253); }
td.TdClassName
{
border-color: #4F0CFD;
}
.TagClassName
{
border-color: #4F0CFD;
}
</style>