Shades of Purple Heart #4A26CE
Tints of Purple Heart #4A26CE
RGB
CMYK
RGB Variations
Color information
#4A26CE (or 0x4A26CE) is known color: Purple Heart. HEX triplet: 4A, 26 and CE. RGB value is (74,38,206). Sum of RGB (Red+Green+Blue) = 74+38+206=318 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.27% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 206 (80.86% from 255 or 64.78% from 318); Max value from RGB is 206 - color contains mainly: blue. Hex color #4A26CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A26CE is #B5D931. Grayscale: #434343. Windows color (decimal): -11917618 or 13510218. OLE color: 13510218.
HSL color Cylindrical-coordinate representation of color #4A26CE: hue angle of 252.86º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4A26CE is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 38 | 206 | - |
| CMYK | 0.64 | 0.82 | 0 | 0.19 |
| HSL | 252.86º | 0.69% | 0.48% | - |
| HSV(B) | 252.86º | 0.82% | 0.81% | - |
| XYZ | 14.66 | 7.3 | 59.03 | - |
| YUV | 67.92 | 205.93 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 38 | 206 | 0.64 | 0.82 | 0 | 0.19 | 252.86 | 0.69 | 0.48 |
| Hex | 4A | 26 | CE | 40 | 52 | 0 | 13 | FD | 45 | 30 |
| Octal | 112 | 46 | 316 | 100 | 122 | 0 | 23 | 375 | 105 | 60 |
| Binary | 1001010 | 100110 | 11001110 | 1000000 | 1010010 | 0 | 10011 | 11111101 | 1000101 | 110000 |
Color Harmonies of #4A26CE
Complementary color
Monochromatic Colors of #4A26CE
Black with #4A26CE
Text Example
Text Example
White with #4A26CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A26CE; }
p { color: rgb(74,38,206); }
H1.HeaderClassName
{
color: #4A26CE;
}
.AnyTagClassName
{
color: #4A26CE;
}
</style>
background-color css
<style>
a { background-color: #4A26CE; }
a { background-color: rgb(74,38,206); }
div.DivClassName
{
background-color: #4A26CE;
}
.BgClassName
{
background-color: #4A26CE;
}
</style>
border-color css
<style>
span { border-color: #4A26CE; }
span { border-color: rgb(74,38,206); }
td.TdClassName
{
border-color: #4A26CE;
}
.TagClassName
{
border-color: #4A26CE;
}
</style>