Shades of Purple Heart #4E33AF
Tints of Purple Heart #4E33AF
RGB
CMYK
RGB Variations
Color information
#4E33AF (or 0x4E33AF) is known color: Purple Heart. HEX triplet: 4E, 33 and AF. RGB value is (78,51,175). Sum of RGB (Red+Green+Blue) = 78+51+175=304 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.66% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 175 (68.75% from 255 or 57.57% from 304); Max value from RGB is 175 - color contains mainly: blue. Hex color #4E33AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E33AF is #B1CC50. Grayscale: #484848. Windows color (decimal): -11652177 or 11481934. OLE color: 11481934.
HSL color Cylindrical-coordinate representation of color #4E33AF: hue angle of 253.06º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4E33AF is Cyan = 0.55, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 78 | 51 | 175 | - |
| CMYK | 0.55 | 0.71 | 0 | 0.31 |
| HSL | 253.06º | 0.55% | 0.44% | - |
| HSV(B) | 253.06º | 0.71% | 0.69% | - |
| XYZ | 12.06 | 7.08 | 41.29 | - |
| YUV | 73.21 | 185.45 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 51 | 175 | 0.55 | 0.71 | 0 | 0.31 | 253.06 | 0.55 | 0.44 |
| Hex | 4E | 33 | AF | 37 | 47 | 0 | 1F | FD | 37 | 2C |
| Octal | 116 | 63 | 257 | 67 | 107 | 0 | 37 | 375 | 67 | 54 |
| Binary | 1001110 | 110011 | 10101111 | 110111 | 1000111 | 0 | 11111 | 11111101 | 110111 | 101100 |
Color Harmonies of #4E33AF
Complementary color
Monochromatic Colors of #4E33AF
Black with #4E33AF
Text Example
Text Example
White with #4E33AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E33AF; }
p { color: rgb(78,51,175); }
H1.HeaderClassName
{
color: #4E33AF;
}
.AnyTagClassName
{
color: #4E33AF;
}
</style>
background-color css
<style>
a { background-color: #4E33AF; }
a { background-color: rgb(78,51,175); }
div.DivClassName
{
background-color: #4E33AF;
}
.BgClassName
{
background-color: #4E33AF;
}
</style>
border-color css
<style>
span { border-color: #4E33AF; }
span { border-color: rgb(78,51,175); }
td.TdClassName
{
border-color: #4E33AF;
}
.TagClassName
{
border-color: #4E33AF;
}
</style>