Shades of Han Purple #4514EA
Tints of Han Purple #4514EA
RGB
CMYK
RGB Variations
Color information
#4514EA (or 0x4514EA) is known color: Han Purple. HEX triplet: 45, 14 and EA. RGB value is (69,20,234). Sum of RGB (Red+Green+Blue) = 69+20+234=323 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.36% from 323); Green value is 20 (8.20% from 255 or 6.19% from 323); Blue value is 234 (91.80% from 255 or 72.45% from 323); Max value from RGB is 234 - color contains mainly: blue. Hex color #4514EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4514EA is #BAEB15. Grayscale: #3A3A3A. Windows color (decimal): -12249878 or 15340613. OLE color: 15340613.
HSL color Cylindrical-coordinate representation of color #4514EA: hue angle of 253.74º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4514EA is Cyan = 0.71, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 69 | 20 | 234 | - |
| CMYK | 0.71 | 0.91 | 0 | 0.08 |
| HSL | 253.74º | 0.84% | 0.5% | - |
| HSV(B) | 253.74º | 0.91% | 0.92% | - |
| XYZ | 17.56 | 7.71 | 78.4 | - |
| YUV | 59.05 | 226.73 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 20 | 234 | 0.71 | 0.91 | 0 | 0.08 | 253.74 | 0.84 | 0.5 |
| Hex | 45 | 14 | EA | 47 | 5B | 0 | 8 | FE | 54 | 32 |
| Octal | 105 | 24 | 352 | 107 | 133 | 0 | 10 | 376 | 124 | 62 |
| Binary | 1000101 | 10100 | 11101010 | 1000111 | 1011011 | 0 | 1000 | 11111110 | 1010100 | 110010 |
Color Harmonies of #4514EA
Complementary color
Monochromatic Colors of #4514EA
Black with #4514EA
Text Example
Text Example
White with #4514EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4514EA; }
p { color: rgb(69,20,234); }
H1.HeaderClassName
{
color: #4514EA;
}
.AnyTagClassName
{
color: #4514EA;
}
</style>
background-color css
<style>
a { background-color: #4514EA; }
a { background-color: rgb(69,20,234); }
div.DivClassName
{
background-color: #4514EA;
}
.BgClassName
{
background-color: #4514EA;
}
</style>
border-color css
<style>
span { border-color: #4514EA; }
span { border-color: rgb(69,20,234); }
td.TdClassName
{
border-color: #4514EA;
}
.TagClassName
{
border-color: #4514EA;
}
</style>