Shades of Han Purple #4F28DA
Tints of Han Purple #4F28DA
RGB
CMYK
RGB Variations
Color information
#4F28DA (or 0x4F28DA) is known color: Han Purple. HEX triplet: 4F, 28 and DA. RGB value is (79,40,218). Sum of RGB (Red+Green+Blue) = 79+40+218=337 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.44% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 218 (85.55% from 255 or 64.69% from 337); Max value from RGB is 218 - color contains mainly: blue. Hex color #4F28DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F28DA is #B0D725. Grayscale: #474747. Windows color (decimal): -11589414 or 14297167. OLE color: 14297167.
HSL color Cylindrical-coordinate representation of color #4F28DA: hue angle of 253.15º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4F28DA is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 79 | 40 | 218 | - |
| CMYK | 0.64 | 0.82 | 0 | 0.15 |
| HSL | 253.15º | 0.71% | 0.51% | - |
| HSV(B) | 253.15º | 0.82% | 0.85% | - |
| XYZ | 16.64 | 8.24 | 67.04 | - |
| YUV | 71.95 | 210.42 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 40 | 218 | 0.64 | 0.82 | 0 | 0.15 | 253.15 | 0.71 | 0.51 |
| Hex | 4F | 28 | DA | 40 | 52 | 0 | F | FD | 47 | 33 |
| Octal | 117 | 50 | 332 | 100 | 122 | 0 | 17 | 375 | 107 | 63 |
| Binary | 1001111 | 101000 | 11011010 | 1000000 | 1010010 | 0 | 1111 | 11111101 | 1000111 | 110011 |
Color Harmonies of #4F28DA
Complementary color
Monochromatic Colors of #4F28DA
Black with #4F28DA
Text Example
Text Example
White with #4F28DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F28DA; }
p { color: rgb(79,40,218); }
H1.HeaderClassName
{
color: #4F28DA;
}
.AnyTagClassName
{
color: #4F28DA;
}
</style>
background-color css
<style>
a { background-color: #4F28DA; }
a { background-color: rgb(79,40,218); }
div.DivClassName
{
background-color: #4F28DA;
}
.BgClassName
{
background-color: #4F28DA;
}
</style>
border-color css
<style>
span { border-color: #4F28DA; }
span { border-color: rgb(79,40,218); }
td.TdClassName
{
border-color: #4F28DA;
}
.TagClassName
{
border-color: #4F28DA;
}
</style>