Shades of Purple Heart #4A1BCE
Tints of Purple Heart #4A1BCE
RGB
CMYK
RGB Variations
Color information
#4A1BCE (or 0x4A1BCE) is known color: Purple Heart. HEX triplet: 4A, 1B and CE. RGB value is (74,27,206). Sum of RGB (Red+Green+Blue) = 74+27+206=307 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.10% from 307); Green value is 27 (10.94% from 255 or 8.79% from 307); Blue value is 206 (80.86% from 255 or 67.10% from 307); Max value from RGB is 206 - color contains mainly: blue. Hex color #4A1BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A1BCE is #B5E431. Grayscale: #3C3C3C. Windows color (decimal): -11920434 or 13507402. OLE color: 13507402.
HSL color Cylindrical-coordinate representation of color #4A1BCE: hue angle of 255.75º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4A1BCE is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 27 | 206 | - |
| CMYK | 0.64 | 0.87 | 0 | 0.19 |
| HSL | 255.75º | 0.77% | 0.46% | - |
| HSV(B) | 255.75º | 0.87% | 0.81% | - |
| XYZ | 14.36 | 6.7 | 58.93 | - |
| YUV | 61.46 | 209.57 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 27 | 206 | 0.64 | 0.87 | 0 | 0.19 | 255.75 | 0.77 | 0.46 |
| Hex | 4A | 1B | CE | 40 | 57 | 0 | 13 | 100 | 4D | 2E |
| Octal | 112 | 33 | 316 | 100 | 127 | 0 | 23 | 400 | 115 | 56 |
| Binary | 1001010 | 11011 | 11001110 | 1000000 | 1010111 | 0 | 10011 | 100000000 | 1001101 | 101110 |
Color Harmonies of #4A1BCE
Complementary color
Monochromatic Colors of #4A1BCE
Black with #4A1BCE
Text Example
Text Example
White with #4A1BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1BCE; }
p { color: rgb(74,27,206); }
H1.HeaderClassName
{
color: #4A1BCE;
}
.AnyTagClassName
{
color: #4A1BCE;
}
</style>
background-color css
<style>
a { background-color: #4A1BCE; }
a { background-color: rgb(74,27,206); }
div.DivClassName
{
background-color: #4A1BCE;
}
.BgClassName
{
background-color: #4A1BCE;
}
</style>
border-color css
<style>
span { border-color: #4A1BCE; }
span { border-color: rgb(74,27,206); }
td.TdClassName
{
border-color: #4A1BCE;
}
.TagClassName
{
border-color: #4A1BCE;
}
</style>