Shades of Purple Heart #4A1CBF
Tints of Purple Heart #4A1CBF
RGB
CMYK
RGB Variations
Color information
#4A1CBF (or 0x4A1CBF) is known color: Purple Heart. HEX triplet: 4A, 1C and BF. RGB value is (74,28,191). Sum of RGB (Red+Green+Blue) = 74+28+191=293 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.26% from 293); Green value is 28 (11.33% from 255 or 9.56% from 293); Blue value is 191 (75% from 255 or 65.19% from 293); Max value from RGB is 191 - color contains mainly: blue. Hex color #4A1CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A1CBF is #B5E340. Grayscale: #3B3B3B. Windows color (decimal): -11920193 or 12524618. OLE color: 12524618.
HSL color Cylindrical-coordinate representation of color #4A1CBF: hue angle of 256.93º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4A1CBF is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 74 | 28 | 191 | - |
| CMYK | 0.61 | 0.85 | 0 | 0.25 |
| HSL | 256.93º | 0.74% | 0.43% | - |
| HSV(B) | 256.93º | 0.85% | 0.75% | - |
| XYZ | 12.64 | 6.05 | 49.79 | - |
| YUV | 60.34 | 201.74 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 28 | 191 | 0.61 | 0.85 | 0 | 0.25 | 256.93 | 0.74 | 0.43 |
| Hex | 4A | 1C | BF | 3D | 55 | 0 | 19 | 101 | 4A | 2B |
| Octal | 112 | 34 | 277 | 75 | 125 | 0 | 31 | 401 | 112 | 53 |
| Binary | 1001010 | 11100 | 10111111 | 111101 | 1010101 | 0 | 11001 | 100000001 | 1001010 | 101011 |
Color Harmonies of #4A1CBF
Complementary color
Monochromatic Colors of #4A1CBF
Black with #4A1CBF
Text Example
Text Example
White with #4A1CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1CBF; }
p { color: rgb(74,28,191); }
H1.HeaderClassName
{
color: #4A1CBF;
}
.AnyTagClassName
{
color: #4A1CBF;
}
</style>
background-color css
<style>
a { background-color: #4A1CBF; }
a { background-color: rgb(74,28,191); }
div.DivClassName
{
background-color: #4A1CBF;
}
.BgClassName
{
background-color: #4A1CBF;
}
</style>
border-color css
<style>
span { border-color: #4A1CBF; }
span { border-color: rgb(74,28,191); }
td.TdClassName
{
border-color: #4A1CBF;
}
.TagClassName
{
border-color: #4A1CBF;
}
</style>