Shades of Han Purple #4F05DD
Tints of Han Purple #4F05DD
RGB
CMYK
RGB Variations
Color information
#4F05DD (or 0x4F05DD) is known color: Han Purple. HEX triplet: 4F, 05 and DD. RGB value is (79,5,221). Sum of RGB (Red+Green+Blue) = 79+5+221=305 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.90% from 305); Green value is 5 (2.34% from 255 or 1.64% from 305); Blue value is 221 (86.72% from 255 or 72.46% from 305); Max value from RGB is 221 - color contains mainly: blue. Hex color #4F05DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F05DD is #B0FA22. Grayscale: #323232. Windows color (decimal): -11598371 or 14484815. OLE color: 14484815.
HSL color Cylindrical-coordinate representation of color #4F05DD: hue angle of 260.56º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4F05DD is Cyan = 0.64, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 5 | 221 | - |
| CMYK | 0.64 | 0.98 | 0 | 0.13 |
| HSL | 260.56º | 0.96% | 0.44% | - |
| HSV(B) | 260.56º | 0.98% | 0.87% | - |
| XYZ | 16.33 | 6.99 | 68.9 | - |
| YUV | 51.75 | 223.52 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 5 | 221 | 0.64 | 0.98 | 0 | 0.13 | 260.56 | 0.96 | 0.44 |
| Hex | 4F | 5 | DD | 40 | 62 | 0 | D | 105 | 60 | 2C |
| Octal | 117 | 5 | 335 | 100 | 142 | 0 | 15 | 405 | 140 | 54 |
| Binary | 1001111 | 101 | 11011101 | 1000000 | 1100010 | 0 | 1101 | 100000101 | 1100000 | 101100 |
Color Harmonies of #4F05DD
Complementary color
Monochromatic Colors of #4F05DD
Black with #4F05DD
Text Example
Text Example
White with #4F05DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F05DD; }
p { color: rgb(79,5,221); }
H1.HeaderClassName
{
color: #4F05DD;
}
.AnyTagClassName
{
color: #4F05DD;
}
</style>
background-color css
<style>
a { background-color: #4F05DD; }
a { background-color: rgb(79,5,221); }
div.DivClassName
{
background-color: #4F05DD;
}
.BgClassName
{
background-color: #4F05DD;
}
</style>
border-color css
<style>
span { border-color: #4F05DD; }
span { border-color: rgb(79,5,221); }
td.TdClassName
{
border-color: #4F05DD;
}
.TagClassName
{
border-color: #4F05DD;
}
</style>