Shades of Han Purple #4F0CEA
Tints of Han Purple #4F0CEA
RGB
CMYK
RGB Variations
Color information
#4F0CEA (or 0x4F0CEA) is known color: Han Purple. HEX triplet: 4F, 0C and EA. RGB value is (79,12,234). Sum of RGB (Red+Green+Blue) = 79+12+234=325 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.31% from 325); Green value is 12 (5.08% from 255 or 3.69% from 325); Blue value is 234 (91.80% from 255 or 72% from 325); Max value from RGB is 234 - color contains mainly: blue. Hex color #4F0CEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F0CEA is #B0F315. Grayscale: #383838. Windows color (decimal): -11596566 or 15338575. OLE color: 15338575.
HSL color Cylindrical-coordinate representation of color #4F0CEA: hue angle of 258.11º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4F0CEA is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 79 | 12 | 234 | - |
| CMYK | 0.66 | 0.95 | 0 | 0.08 |
| HSL | 258.11º | 0.9% | 0.48% | - |
| HSV(B) | 258.11º | 0.95% | 0.92% | - |
| XYZ | 18.21 | 7.87 | 78.4 | - |
| YUV | 57.34 | 227.7 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 12 | 234 | 0.66 | 0.95 | 0 | 0.08 | 258.11 | 0.9 | 0.48 |
| Hex | 4F | C | EA | 42 | 5F | 0 | 8 | 102 | 5A | 30 |
| Octal | 117 | 14 | 352 | 102 | 137 | 0 | 10 | 402 | 132 | 60 |
| Binary | 1001111 | 1100 | 11101010 | 1000010 | 1011111 | 0 | 1000 | 100000010 | 1011010 | 110000 |
Color Harmonies of #4F0CEA
Complementary color
Monochromatic Colors of #4F0CEA
Black with #4F0CEA
Text Example
Text Example
White with #4F0CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0CEA; }
p { color: rgb(79,12,234); }
H1.HeaderClassName
{
color: #4F0CEA;
}
.AnyTagClassName
{
color: #4F0CEA;
}
</style>
background-color css
<style>
a { background-color: #4F0CEA; }
a { background-color: rgb(79,12,234); }
div.DivClassName
{
background-color: #4F0CEA;
}
.BgClassName
{
background-color: #4F0CEA;
}
</style>
border-color css
<style>
span { border-color: #4F0CEA; }
span { border-color: rgb(79,12,234); }
td.TdClassName
{
border-color: #4F0CEA;
}
.TagClassName
{
border-color: #4F0CEA;
}
</style>