Shades of Han Purple #5004E7
Tints of Han Purple #5004E7
RGB
CMYK
RGB Variations
Color information
#5004E7 (or 0x5004E7) is known color: Han Purple. HEX triplet: 50, 04 and E7. RGB value is (80,4,231). Sum of RGB (Red+Green+Blue) = 80+4+231=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 4 (1.95% from 255 or 1.27% from 315); Blue value is 231 (90.62% from 255 or 73.33% from 315); Max value from RGB is 231 - color contains mainly: blue. Hex color #5004E7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5004E7 is #AFFB18. Grayscale: #333333. Windows color (decimal): -11533081 or 15139920. OLE color: 15139920.
HSL color Cylindrical-coordinate representation of color #5004E7: hue angle of 260.09º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5004E7 is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 4 | 231 | - |
| CMYK | 0.65 | 0.98 | 0 | 0.09 |
| HSL | 260.09º | 0.97% | 0.46% | - |
| HSV(B) | 260.09º | 0.98% | 0.91% | - |
| XYZ | 17.78 | 7.56 | 76.12 | - |
| YUV | 52.6 | 228.68 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 4 | 231 | 0.65 | 0.98 | 0 | 0.09 | 260.09 | 0.97 | 0.46 |
| Hex | 50 | 4 | E7 | 41 | 62 | 0 | 9 | 104 | 61 | 2E |
| Octal | 120 | 4 | 347 | 101 | 142 | 0 | 11 | 404 | 141 | 56 |
| Binary | 1010000 | 100 | 11100111 | 1000001 | 1100010 | 0 | 1001 | 100000100 | 1100001 | 101110 |
Color Harmonies of #5004E7
Complementary color
Monochromatic Colors of #5004E7
Black with #5004E7
Text Example
Text Example
White with #5004E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5004E7; }
p { color: rgb(80,4,231); }
H1.HeaderClassName
{
color: #5004E7;
}
.AnyTagClassName
{
color: #5004E7;
}
</style>
background-color css
<style>
a { background-color: #5004E7; }
a { background-color: rgb(80,4,231); }
div.DivClassName
{
background-color: #5004E7;
}
.BgClassName
{
background-color: #5004E7;
}
</style>
border-color css
<style>
span { border-color: #5004E7; }
span { border-color: rgb(80,4,231); }
td.TdClassName
{
border-color: #5004E7;
}
.TagClassName
{
border-color: #5004E7;
}
</style>