Shades of Han Purple #4D24FC
Tints of Han Purple #4D24FC
RGB
CMYK
RGB Variations
Color information
#4D24FC (or 0x4D24FC) is known color: Han Purple. HEX triplet: 4D, 24 and FC. RGB value is (77,36,252). Sum of RGB (Red+Green+Blue) = 77+36+252=365 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.10% from 365); Green value is 36 (14.45% from 255 or 9.86% from 365); Blue value is 252 (98.83% from 255 or 69.04% from 365); Max value from RGB is 252 - color contains mainly: blue. Hex color #4D24FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D24FC is #B2DB03. Grayscale: #484848. Windows color (decimal): -11721476 or 16524365. OLE color: 16524365.
HSL color Cylindrical-coordinate representation of color #4D24FC: hue angle of 251.39º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D24FC is Cyan = 0.69, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 36 | 252 | - |
| CMYK | 0.69 | 0.86 | 0 | 0.01 |
| HSL | 251.39º | 0.97% | 0.56% | - |
| HSV(B) | 251.39º | 0.86% | 0.99% | - |
| XYZ | 21.26 | 9.87 | 92.88 | - |
| YUV | 72.88 | 229.08 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 36 | 252 | 0.69 | 0.86 | 0 | 0.01 | 251.39 | 0.97 | 0.56 |
| Hex | 4D | 24 | FC | 45 | 56 | 0 | 1 | FB | 61 | 38 |
| Octal | 115 | 44 | 374 | 105 | 126 | 0 | 1 | 373 | 141 | 70 |
| Binary | 1001101 | 100100 | 11111100 | 1000101 | 1010110 | 0 | 1 | 11111011 | 1100001 | 111000 |
Color Harmonies of #4D24FC
Complementary color
Monochromatic Colors of #4D24FC
Black with #4D24FC
Text Example
Text Example
White with #4D24FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D24FC; }
p { color: rgb(77,36,252); }
H1.HeaderClassName
{
color: #4D24FC;
}
.AnyTagClassName
{
color: #4D24FC;
}
</style>
background-color css
<style>
a { background-color: #4D24FC; }
a { background-color: rgb(77,36,252); }
div.DivClassName
{
background-color: #4D24FC;
}
.BgClassName
{
background-color: #4D24FC;
}
</style>
border-color css
<style>
span { border-color: #4D24FC; }
span { border-color: rgb(77,36,252); }
td.TdClassName
{
border-color: #4D24FC;
}
.TagClassName
{
border-color: #4D24FC;
}
</style>