Shades of Purple Heart #4A38D5
Tints of Purple Heart #4A38D5
RGB
CMYK
RGB Variations
Color information
#4A38D5 (or 0x4A38D5) is known color: Purple Heart. HEX triplet: 4A, 38 and D5. RGB value is (74,56,213). Sum of RGB (Red+Green+Blue) = 74+56+213=343 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.57% from 343); Green value is 56 (22.27% from 255 or 16.33% from 343); Blue value is 213 (83.59% from 255 or 62.10% from 343); Max value from RGB is 213 - color contains mainly: blue. Hex color #4A38D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A38D5 is #B5C72A. Grayscale: #4E4E4E. Windows color (decimal): -11913003 or 13973578. OLE color: 13973578.
HSL color Cylindrical-coordinate representation of color #4A38D5: hue angle of 246.88º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4A38D5 is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 56 | 213 | - |
| CMYK | 0.65 | 0.74 | 0 | 0.16 |
| HSL | 246.88º | 0.65% | 0.53% | - |
| HSV(B) | 246.88º | 0.74% | 0.84% | - |
| XYZ | 16.25 | 9.09 | 63.85 | - |
| YUV | 79.28 | 203.46 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 56 | 213 | 0.65 | 0.74 | 0 | 0.16 | 246.88 | 0.65 | 0.53 |
| Hex | 4A | 38 | D5 | 41 | 4A | 0 | 10 | F7 | 41 | 35 |
| Octal | 112 | 70 | 325 | 101 | 112 | 0 | 20 | 367 | 101 | 65 |
| Binary | 1001010 | 111000 | 11010101 | 1000001 | 1001010 | 0 | 10000 | 11110111 | 1000001 | 110101 |
Color Harmonies of #4A38D5
Complementary color
Monochromatic Colors of #4A38D5
Black with #4A38D5
Text Example
Text Example
White with #4A38D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A38D5; }
p { color: rgb(74,56,213); }
H1.HeaderClassName
{
color: #4A38D5;
}
.AnyTagClassName
{
color: #4A38D5;
}
</style>
background-color css
<style>
a { background-color: #4A38D5; }
a { background-color: rgb(74,56,213); }
div.DivClassName
{
background-color: #4A38D5;
}
.BgClassName
{
background-color: #4A38D5;
}
</style>
border-color css
<style>
span { border-color: #4A38D5; }
span { border-color: rgb(74,56,213); }
td.TdClassName
{
border-color: #4A38D5;
}
.TagClassName
{
border-color: #4A38D5;
}
</style>