Shades of Purple Heart #4A26B2
Tints of Purple Heart #4A26B2
RGB
CMYK
RGB Variations
Color information
#4A26B2 (or 0x4A26B2) is known color: Purple Heart. HEX triplet: 4A, 26 and B2. RGB value is (74,38,178). Sum of RGB (Red+Green+Blue) = 74+38+178=290 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.52% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 178 (69.92% from 255 or 61.38% from 290); Max value from RGB is 178 - color contains mainly: blue. Hex color #4A26B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A26B2 is #B5D94D. Grayscale: #404040. Windows color (decimal): -11917646 or 11675210. OLE color: 11675210.
HSL color Cylindrical-coordinate representation of color #4A26B2: hue angle of 255.43º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4A26B2 is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 74 | 38 | 178 | - |
| CMYK | 0.58 | 0.79 | 0 | 0.30 |
| HSL | 255.43º | 0.65% | 0.42% | - |
| HSV(B) | 255.43º | 0.79% | 0.7% | - |
| XYZ | 11.55 | 6.06 | 42.68 | - |
| YUV | 64.72 | 191.93 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 38 | 178 | 0.58 | 0.79 | 0 | 0.30 | 255.43 | 0.65 | 0.42 |
| Hex | 4A | 26 | B2 | 3A | 4F | 0 | 1E | FF | 41 | 2A |
| Octal | 112 | 46 | 262 | 72 | 117 | 0 | 36 | 377 | 101 | 52 |
| Binary | 1001010 | 100110 | 10110010 | 111010 | 1001111 | 0 | 11110 | 11111111 | 1000001 | 101010 |
Color Harmonies of #4A26B2
Complementary color
Monochromatic Colors of #4A26B2
Black with #4A26B2
Text Example
Text Example
White with #4A26B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A26B2; }
p { color: rgb(74,38,178); }
H1.HeaderClassName
{
color: #4A26B2;
}
.AnyTagClassName
{
color: #4A26B2;
}
</style>
background-color css
<style>
a { background-color: #4A26B2; }
a { background-color: rgb(74,38,178); }
div.DivClassName
{
background-color: #4A26B2;
}
.BgClassName
{
background-color: #4A26B2;
}
</style>
border-color css
<style>
span { border-color: #4A26B2; }
span { border-color: rgb(74,38,178); }
td.TdClassName
{
border-color: #4A26B2;
}
.TagClassName
{
border-color: #4A26B2;
}
</style>