Shades of Han Purple #7428FF
Tints of Han Purple #7428FF
RGB
CMYK
RGB Variations
Color information
#7428FF (or 0x7428FF) is known color: Han Purple. HEX triplet: 74, 28 and FF. RGB value is (116,40,255). Sum of RGB (Red+Green+Blue) = 116+40+255=411 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.22% from 411); Green value is 40 (16.02% from 255 or 9.73% from 411); Blue value is 255 (100% from 255 or 62.04% from 411); Max value from RGB is 255 - color contains mainly: blue. Hex color #7428FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7428FF is #8BD700. Grayscale: #565656. Windows color (decimal): -9164545 or 16722036. OLE color: 16722036.
HSL color Cylindrical-coordinate representation of color #7428FF: hue angle of 261.21º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7428FF is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 40 | 255 | - |
| CMYK | 0.55 | 0.84 | 0 | 0 |
| HSL | 261.21º | 1% | 0.58% | - |
| HSV(B) | 261.21º | 0.84% | 1% | - |
| XYZ | 26.01 | 12.45 | 95.64 | - |
| YUV | 87.23 | 222.68 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 40 | 255 | 0.55 | 0.84 | 0 | 0 | 261.21 | 1 | 0.58 |
| Hex | 74 | 28 | FF | 37 | 54 | 0 | 0 | 105 | 64 | 3A |
| Octal | 164 | 50 | 377 | 67 | 124 | 0 | 0 | 405 | 144 | 72 |
| Binary | 1110100 | 101000 | 11111111 | 110111 | 1010100 | 0 | 0 | 100000101 | 1100100 | 111010 |
Color Harmonies of #7428FF
Complementary color
Monochromatic Colors of #7428FF
Black with #7428FF
Text Example
Text Example
White with #7428FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7428FF; }
p { color: rgb(116,40,255); }
H1.HeaderClassName
{
color: #7428FF;
}
.AnyTagClassName
{
color: #7428FF;
}
</style>
background-color css
<style>
a { background-color: #7428FF; }
a { background-color: rgb(116,40,255); }
div.DivClassName
{
background-color: #7428FF;
}
.BgClassName
{
background-color: #7428FF;
}
</style>
border-color css
<style>
span { border-color: #7428FF; }
span { border-color: rgb(116,40,255); }
td.TdClassName
{
border-color: #7428FF;
}
.TagClassName
{
border-color: #7428FF;
}
</style>