Shades of Purple Heart #4A26CD
Tints of Purple Heart #4A26CD
RGB
CMYK
RGB Variations
Color information
#4A26CD (or 0x4A26CD) is known color: Purple Heart. HEX triplet: 4A, 26 and CD. RGB value is (74,38,205). Sum of RGB (Red+Green+Blue) = 74+38+205=317 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.34% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 205 (80.47% from 255 or 64.67% from 317); Max value from RGB is 205 - color contains mainly: blue. Hex color #4A26CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A26CD is #B5D932. Grayscale: #434343. Windows color (decimal): -11917619 or 13444682. OLE color: 13444682.
HSL color Cylindrical-coordinate representation of color #4A26CD: hue angle of 252.93º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4A26CD is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 38 | 205 | - |
| CMYK | 0.64 | 0.81 | 0 | 0.20 |
| HSL | 252.93º | 0.69% | 0.48% | - |
| HSV(B) | 252.93º | 0.81% | 0.8% | - |
| XYZ | 14.54 | 7.25 | 58.39 | - |
| YUV | 67.8 | 205.43 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 38 | 205 | 0.64 | 0.81 | 0 | 0.20 | 252.93 | 0.69 | 0.48 |
| Hex | 4A | 26 | CD | 40 | 51 | 0 | 14 | FD | 45 | 30 |
| Octal | 112 | 46 | 315 | 100 | 121 | 0 | 24 | 375 | 105 | 60 |
| Binary | 1001010 | 100110 | 11001101 | 1000000 | 1010001 | 0 | 10100 | 11111101 | 1000101 | 110000 |
Color Harmonies of #4A26CD
Complementary color
Monochromatic Colors of #4A26CD
Black with #4A26CD
Text Example
Text Example
White with #4A26CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A26CD; }
p { color: rgb(74,38,205); }
H1.HeaderClassName
{
color: #4A26CD;
}
.AnyTagClassName
{
color: #4A26CD;
}
</style>
background-color css
<style>
a { background-color: #4A26CD; }
a { background-color: rgb(74,38,205); }
div.DivClassName
{
background-color: #4A26CD;
}
.BgClassName
{
background-color: #4A26CD;
}
</style>
border-color css
<style>
span { border-color: #4A26CD; }
span { border-color: rgb(74,38,205); }
td.TdClassName
{
border-color: #4A26CD;
}
.TagClassName
{
border-color: #4A26CD;
}
</style>