Shades of Purple Heart #4A38CF
Tints of Purple Heart #4A38CF
RGB
CMYK
RGB Variations
Color information
#4A38CF (or 0x4A38CF) is known color: Purple Heart. HEX triplet: 4A, 38 and CF. RGB value is (74,56,207). Sum of RGB (Red+Green+Blue) = 74+56+207=337 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.96% from 337); Green value is 56 (22.27% from 255 or 16.62% from 337); Blue value is 207 (81.25% from 255 or 61.42% from 337); Max value from RGB is 207 - color contains mainly: blue. Hex color #4A38CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A38CF is #B5C730. Grayscale: #4E4E4E. Windows color (decimal): -11913009 or 13580362. OLE color: 13580362.
HSL color Cylindrical-coordinate representation of color #4A38CF: hue angle of 247.15º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4A38CF is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 56 | 207 | - |
| CMYK | 0.64 | 0.73 | 0 | 0.19 |
| HSL | 247.15º | 0.61% | 0.52% | - |
| HSV(B) | 247.15º | 0.73% | 0.81% | - |
| XYZ | 15.5 | 8.79 | 59.91 | - |
| YUV | 78.6 | 200.46 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 56 | 207 | 0.64 | 0.73 | 0 | 0.19 | 247.15 | 0.61 | 0.52 |
| Hex | 4A | 38 | CF | 40 | 49 | 0 | 13 | F7 | 3D | 34 |
| Octal | 112 | 70 | 317 | 100 | 111 | 0 | 23 | 367 | 75 | 64 |
| Binary | 1001010 | 111000 | 11001111 | 1000000 | 1001001 | 0 | 10011 | 11110111 | 111101 | 110100 |
Color Harmonies of #4A38CF
Complementary color
Monochromatic Colors of #4A38CF
Black with #4A38CF
Text Example
Text Example
White with #4A38CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A38CF; }
p { color: rgb(74,56,207); }
H1.HeaderClassName
{
color: #4A38CF;
}
.AnyTagClassName
{
color: #4A38CF;
}
</style>
background-color css
<style>
a { background-color: #4A38CF; }
a { background-color: rgb(74,56,207); }
div.DivClassName
{
background-color: #4A38CF;
}
.BgClassName
{
background-color: #4A38CF;
}
</style>
border-color css
<style>
span { border-color: #4A38CF; }
span { border-color: rgb(74,56,207); }
td.TdClassName
{
border-color: #4A38CF;
}
.TagClassName
{
border-color: #4A38CF;
}
</style>