Shades of Purple Heart #4A38CC
Tints of Purple Heart #4A38CC
RGB
CMYK
RGB Variations
Color information
#4A38CC (or 0x4A38CC) is known color: Purple Heart. HEX triplet: 4A, 38 and CC. RGB value is (74,56,204). Sum of RGB (Red+Green+Blue) = 74+56+204=334 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.16% from 334); Green value is 56 (22.27% from 255 or 16.77% from 334); Blue value is 204 (80.08% from 255 or 61.08% from 334); Max value from RGB is 204 - color contains mainly: blue. Hex color #4A38CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A38CC is #B5C733. Grayscale: #4D4D4D. Windows color (decimal): -11913012 or 13383754. OLE color: 13383754.
HSL color Cylindrical-coordinate representation of color #4A38CC: hue angle of 247.3º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4A38CC is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 74 | 56 | 204 | - |
| CMYK | 0.64 | 0.73 | 0 | 0.2 |
| HSL | 247.3º | 0.59% | 0.51% | - |
| HSV(B) | 247.3º | 0.73% | 0.8% | - |
| XYZ | 15.14 | 8.64 | 58 | - |
| YUV | 78.25 | 198.96 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 56 | 204 | 0.64 | 0.73 | 0 | 0.2 | 247.3 | 0.59 | 0.51 |
| Hex | 4A | 38 | CC | 40 | 49 | 0 | 14 | F7 | 3B | 33 |
| Octal | 112 | 70 | 314 | 100 | 111 | 0 | 24 | 367 | 73 | 63 |
| Binary | 1001010 | 111000 | 11001100 | 1000000 | 1001001 | 0 | 10100 | 11110111 | 111011 | 110011 |
Color Harmonies of #4A38CC
Complementary color
Monochromatic Colors of #4A38CC
Black with #4A38CC
Text Example
Text Example
White with #4A38CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A38CC; }
p { color: rgb(74,56,204); }
H1.HeaderClassName
{
color: #4A38CC;
}
.AnyTagClassName
{
color: #4A38CC;
}
</style>
background-color css
<style>
a { background-color: #4A38CC; }
a { background-color: rgb(74,56,204); }
div.DivClassName
{
background-color: #4A38CC;
}
.BgClassName
{
background-color: #4A38CC;
}
</style>
border-color css
<style>
span { border-color: #4A38CC; }
span { border-color: rgb(74,56,204); }
td.TdClassName
{
border-color: #4A38CC;
}
.TagClassName
{
border-color: #4A38CC;
}
</style>