Shades of Purple Heart #4A28C3
Tints of Purple Heart #4A28C3
RGB
CMYK
RGB Variations
Color information
#4A28C3 (or 0x4A28C3) is known color: Purple Heart. HEX triplet: 4A, 28 and C3. RGB value is (74,40,195). Sum of RGB (Red+Green+Blue) = 74+40+195=309 (40% of max value = 765). Red value is 74 (29.30% from 255 or 23.95% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 195 (76.56% from 255 or 63.11% from 309); Max value from RGB is 195 - color contains mainly: blue. Hex color #4A28C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A28C3 is #B5D73C. Grayscale: #434343. Windows color (decimal): -11917117 or 12789834. OLE color: 12789834.
HSL color Cylindrical-coordinate representation of color #4A28C3: hue angle of 253.16º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4A28C3 is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 40 | 195 | - |
| CMYK | 0.62 | 0.79 | 0 | 0.24 |
| HSL | 253.16º | 0.66% | 0.46% | - |
| HSV(B) | 253.16º | 0.79% | 0.76% | - |
| XYZ | 13.43 | 6.91 | 52.26 | - |
| YUV | 67.84 | 199.76 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 40 | 195 | 0.62 | 0.79 | 0 | 0.24 | 253.16 | 0.66 | 0.46 |
| Hex | 4A | 28 | C3 | 3E | 4F | 0 | 18 | FD | 42 | 2E |
| Octal | 112 | 50 | 303 | 76 | 117 | 0 | 30 | 375 | 102 | 56 |
| Binary | 1001010 | 101000 | 11000011 | 111110 | 1001111 | 0 | 11000 | 11111101 | 1000010 | 101110 |
Color Harmonies of #4A28C3
Complementary color
Monochromatic Colors of #4A28C3
Black with #4A28C3
Text Example
Text Example
White with #4A28C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A28C3; }
p { color: rgb(74,40,195); }
H1.HeaderClassName
{
color: #4A28C3;
}
.AnyTagClassName
{
color: #4A28C3;
}
</style>
background-color css
<style>
a { background-color: #4A28C3; }
a { background-color: rgb(74,40,195); }
div.DivClassName
{
background-color: #4A28C3;
}
.BgClassName
{
background-color: #4A28C3;
}
</style>
border-color css
<style>
span { border-color: #4A28C3; }
span { border-color: rgb(74,40,195); }
td.TdClassName
{
border-color: #4A28C3;
}
.TagClassName
{
border-color: #4A28C3;
}
</style>