Shades of Han Purple #4F27DB
Tints of Han Purple #4F27DB
RGB
CMYK
RGB Variations
Color information
#4F27DB (or 0x4F27DB) is known color: Han Purple. HEX triplet: 4F, 27 and DB. RGB value is (79,39,219). Sum of RGB (Red+Green+Blue) = 79+39+219=337 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.44% from 337); Green value is 39 (15.62% from 255 or 11.57% from 337); Blue value is 219 (85.94% from 255 or 64.99% from 337); Max value from RGB is 219 - color contains mainly: blue. Hex color #4F27DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F27DB is #B0D824. Grayscale: #464646. Windows color (decimal): -11589669 or 14362447. OLE color: 14362447.
HSL color Cylindrical-coordinate representation of color #4F27DB: hue angle of 253.33º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4F27DB is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 39 | 219 | - |
| CMYK | 0.64 | 0.82 | 0 | 0.14 |
| HSL | 253.33º | 0.71% | 0.51% | - |
| HSV(B) | 253.33º | 0.82% | 0.86% | - |
| XYZ | 16.74 | 8.23 | 67.72 | - |
| YUV | 71.48 | 211.25 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 39 | 219 | 0.64 | 0.82 | 0 | 0.14 | 253.33 | 0.71 | 0.51 |
| Hex | 4F | 27 | DB | 40 | 52 | 0 | E | FD | 47 | 33 |
| Octal | 117 | 47 | 333 | 100 | 122 | 0 | 16 | 375 | 107 | 63 |
| Binary | 1001111 | 100111 | 11011011 | 1000000 | 1010010 | 0 | 1110 | 11111101 | 1000111 | 110011 |
Color Harmonies of #4F27DB
Complementary color
Monochromatic Colors of #4F27DB
Black with #4F27DB
Text Example
Text Example
White with #4F27DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F27DB; }
p { color: rgb(79,39,219); }
H1.HeaderClassName
{
color: #4F27DB;
}
.AnyTagClassName
{
color: #4F27DB;
}
</style>
background-color css
<style>
a { background-color: #4F27DB; }
a { background-color: rgb(79,39,219); }
div.DivClassName
{
background-color: #4F27DB;
}
.BgClassName
{
background-color: #4F27DB;
}
</style>
border-color css
<style>
span { border-color: #4F27DB; }
span { border-color: rgb(79,39,219); }
td.TdClassName
{
border-color: #4F27DB;
}
.TagClassName
{
border-color: #4F27DB;
}
</style>