Shades of Purple Heart #4226B2
Tints of Purple Heart #4226B2
RGB
CMYK
RGB Variations
Color information
#4226B2 (or 0x4226B2) is known color: Purple Heart. HEX triplet: 42, 26 and B2. RGB value is (66,38,178). Sum of RGB (Red+Green+Blue) = 66+38+178=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 178 (69.92% from 255 or 63.12% from 282); Max value from RGB is 178 - color contains mainly: blue. Hex color #4226B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4226B2 is #BDD94D. Grayscale: #3D3D3D. Windows color (decimal): -12441934 or 11675202. OLE color: 11675202.
HSL color Cylindrical-coordinate representation of color #4226B2: hue angle of 252º 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 #4226B2 is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 38 | 178 | - |
| CMYK | 0.63 | 0.79 | 0 | 0.30 |
| HSL | 252º | 0.65% | 0.42% | - |
| HSV(B) | 252º | 0.79% | 0.7% | - |
| XYZ | 10.98 | 5.76 | 42.65 | - |
| YUV | 62.33 | 193.28 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 38 | 178 | 0.63 | 0.79 | 0 | 0.30 | 252 | 0.65 | 0.42 |
| Hex | 42 | 26 | B2 | 3F | 4F | 0 | 1E | FC | 41 | 2A |
| Octal | 102 | 46 | 262 | 77 | 117 | 0 | 36 | 374 | 101 | 52 |
| Binary | 1000010 | 100110 | 10110010 | 111111 | 1001111 | 0 | 11110 | 11111100 | 1000001 | 101010 |
Color Harmonies of #4226B2
Complementary color
Monochromatic Colors of #4226B2
Black with #4226B2
Text Example
Text Example
White with #4226B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4226B2; }
p { color: rgb(66,38,178); }
H1.HeaderClassName
{
color: #4226B2;
}
.AnyTagClassName
{
color: #4226B2;
}
</style>
background-color css
<style>
a { background-color: #4226B2; }
a { background-color: rgb(66,38,178); }
div.DivClassName
{
background-color: #4226B2;
}
.BgClassName
{
background-color: #4226B2;
}
</style>
border-color css
<style>
span { border-color: #4226B2; }
span { border-color: rgb(66,38,178); }
td.TdClassName
{
border-color: #4226B2;
}
.TagClassName
{
border-color: #4226B2;
}
</style>