Shades of Han Purple #4A24FC
Tints of Han Purple #4A24FC
RGB
CMYK
RGB Variations
Color information
#4A24FC (or 0x4A24FC) is known color: Han Purple. HEX triplet: 4A, 24 and FC. RGB value is (74,36,252). Sum of RGB (Red+Green+Blue) = 74+36+252=362 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.44% from 362); Green value is 36 (14.45% from 255 or 9.94% from 362); Blue value is 252 (98.83% from 255 or 69.61% from 362); Max value from RGB is 252 - color contains mainly: blue. Hex color #4A24FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A24FC is #B5DB03. Grayscale: #474747. Windows color (decimal): -11918084 or 16524362. OLE color: 16524362.
HSL color Cylindrical-coordinate representation of color #4A24FC: hue angle of 250.56º 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 #4A24FC is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 36 | 252 | - |
| CMYK | 0.71 | 0.86 | 0 | 0.01 |
| HSL | 250.56º | 0.97% | 0.56% | - |
| HSV(B) | 250.56º | 0.86% | 0.99% | - |
| XYZ | 21.03 | 9.75 | 92.87 | - |
| YUV | 71.99 | 229.59 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 36 | 252 | 0.71 | 0.86 | 0 | 0.01 | 250.56 | 0.97 | 0.56 |
| Hex | 4A | 24 | FC | 47 | 56 | 0 | 1 | FB | 61 | 38 |
| Octal | 112 | 44 | 374 | 107 | 126 | 0 | 1 | 373 | 141 | 70 |
| Binary | 1001010 | 100100 | 11111100 | 1000111 | 1010110 | 0 | 1 | 11111011 | 1100001 | 111000 |
Color Harmonies of #4A24FC
Complementary color
Monochromatic Colors of #4A24FC
Black with #4A24FC
Text Example
Text Example
White with #4A24FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A24FC; }
p { color: rgb(74,36,252); }
H1.HeaderClassName
{
color: #4A24FC;
}
.AnyTagClassName
{
color: #4A24FC;
}
</style>
background-color css
<style>
a { background-color: #4A24FC; }
a { background-color: rgb(74,36,252); }
div.DivClassName
{
background-color: #4A24FC;
}
.BgClassName
{
background-color: #4A24FC;
}
</style>
border-color css
<style>
span { border-color: #4A24FC; }
span { border-color: rgb(74,36,252); }
td.TdClassName
{
border-color: #4A24FC;
}
.TagClassName
{
border-color: #4A24FC;
}
</style>