Shades of Han Purple #7424FD
Tints of Han Purple #7424FD
RGB
CMYK
RGB Variations
Color information
#7424FD (or 0x7424FD) is known color: Han Purple. HEX triplet: 74, 24 and FD. RGB value is (116,36,253). Sum of RGB (Red+Green+Blue) = 116+36+253=405 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.64% from 405); Green value is 36 (14.45% from 255 or 8.89% from 405); Blue value is 253 (99.22% from 255 or 62.47% from 405); Max value from RGB is 253 - color contains mainly: blue. Hex color #7424FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7424FD is #8BDB02. Grayscale: #535353. Windows color (decimal): -9165571 or 16589940. OLE color: 16589940.
HSL color Cylindrical-coordinate representation of color #7424FD: hue angle of 262.12º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7424FD is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 36 | 253 | - |
| CMYK | 0.54 | 0.86 | 0 | 0.01 |
| HSL | 262.12º | 0.98% | 0.57% | - |
| HSV(B) | 262.12º | 0.86% | 0.99% | - |
| XYZ | 25.56 | 12.07 | 93.91 | - |
| YUV | 84.66 | 223 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 36 | 253 | 0.54 | 0.86 | 0 | 0.01 | 262.12 | 0.98 | 0.57 |
| Hex | 74 | 24 | FD | 36 | 56 | 0 | 1 | 106 | 62 | 39 |
| Octal | 164 | 44 | 375 | 66 | 126 | 0 | 1 | 406 | 142 | 71 |
| Binary | 1110100 | 100100 | 11111101 | 110110 | 1010110 | 0 | 1 | 100000110 | 1100010 | 111001 |
Color Harmonies of #7424FD
Complementary color
Monochromatic Colors of #7424FD
Black with #7424FD
Text Example
Text Example
White with #7424FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7424FD; }
p { color: rgb(116,36,253); }
H1.HeaderClassName
{
color: #7424FD;
}
.AnyTagClassName
{
color: #7424FD;
}
</style>
background-color css
<style>
a { background-color: #7424FD; }
a { background-color: rgb(116,36,253); }
div.DivClassName
{
background-color: #7424FD;
}
.BgClassName
{
background-color: #7424FD;
}
</style>
border-color css
<style>
span { border-color: #7424FD; }
span { border-color: rgb(116,36,253); }
td.TdClassName
{
border-color: #7424FD;
}
.TagClassName
{
border-color: #7424FD;
}
</style>