Shades of Han Purple #4F27FF
Tints of Han Purple #4F27FF
RGB
CMYK
RGB Variations
Color information
#4F27FF (or 0x4F27FF) is known color: Han Purple. HEX triplet: 4F, 27 and FF. RGB value is (79,39,255). Sum of RGB (Red+Green+Blue) = 79+39+255=373 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.18% from 373); Green value is 39 (15.62% from 255 or 10.46% from 373); Blue value is 255 (100% from 255 or 68.36% from 373); Max value from RGB is 255 - color contains mainly: blue. Hex color #4F27FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F27FF is #B0D800. Grayscale: #4A4A4A. Windows color (decimal): -11589633 or 16721743. OLE color: 16721743.
HSL color Cylindrical-coordinate representation of color #4F27FF: hue angle of 251.11º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4F27FF is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 79 | 39 | 255 | - |
| CMYK | 0.69 | 0.85 | 0 | 0 |
| HSL | 251.11º | 1% | 0.58% | - |
| HSV(B) | 251.11º | 0.85% | 1% | - |
| XYZ | 22 | 10.33 | 95.44 | - |
| YUV | 75.58 | 229.25 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 39 | 255 | 0.69 | 0.85 | 0 | 0 | 251.11 | 1 | 0.58 |
| Hex | 4F | 27 | FF | 45 | 55 | 0 | 0 | FB | 64 | 3A |
| Octal | 117 | 47 | 377 | 105 | 125 | 0 | 0 | 373 | 144 | 72 |
| Binary | 1001111 | 100111 | 11111111 | 1000101 | 1010101 | 0 | 0 | 11111011 | 1100100 | 111010 |
Color Harmonies of #4F27FF
Complementary color
Monochromatic Colors of #4F27FF
Black with #4F27FF
Text Example
Text Example
White with #4F27FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F27FF; }
p { color: rgb(79,39,255); }
H1.HeaderClassName
{
color: #4F27FF;
}
.AnyTagClassName
{
color: #4F27FF;
}
</style>
background-color css
<style>
a { background-color: #4F27FF; }
a { background-color: rgb(79,39,255); }
div.DivClassName
{
background-color: #4F27FF;
}
.BgClassName
{
background-color: #4F27FF;
}
</style>
border-color css
<style>
span { border-color: #4F27FF; }
span { border-color: rgb(79,39,255); }
td.TdClassName
{
border-color: #4F27FF;
}
.TagClassName
{
border-color: #4F27FF;
}
</style>