Shades of Purple Heart #422DBC
Tints of Purple Heart #422DBC
RGB
CMYK
RGB Variations
Color information
#422DBC (or 0x422DBC) is known color: Purple Heart. HEX triplet: 42, 2D and BC. RGB value is (66,45,188). Sum of RGB (Red+Green+Blue) = 66+45+188=299 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.07% from 299); Green value is 45 (17.97% from 255 or 15.05% from 299); Blue value is 188 (73.83% from 255 or 62.88% from 299); Max value from RGB is 188 - color contains mainly: blue. Hex color #422DBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422DBC is #BDD243. Grayscale: #434343. Windows color (decimal): -12440132 or 12332354. OLE color: 12332354.
HSL color Cylindrical-coordinate representation of color #422DBC: hue angle of 248.81º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #422DBC is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 45 | 188 | - |
| CMYK | 0.65 | 0.76 | 0 | 0.26 |
| HSL | 248.81º | 0.61% | 0.46% | - |
| HSV(B) | 248.81º | 0.76% | 0.74% | - |
| XYZ | 12.26 | 6.67 | 48.22 | - |
| YUV | 67.58 | 195.96 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 45 | 188 | 0.65 | 0.76 | 0 | 0.26 | 248.81 | 0.61 | 0.46 |
| Hex | 42 | 2D | BC | 41 | 4C | 0 | 1A | F9 | 3D | 2E |
| Octal | 102 | 55 | 274 | 101 | 114 | 0 | 32 | 371 | 75 | 56 |
| Binary | 1000010 | 101101 | 10111100 | 1000001 | 1001100 | 0 | 11010 | 11111001 | 111101 | 101110 |
Color Harmonies of #422DBC
Complementary color
Monochromatic Colors of #422DBC
Black with #422DBC
Text Example
Text Example
White with #422DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422DBC; }
p { color: rgb(66,45,188); }
H1.HeaderClassName
{
color: #422DBC;
}
.AnyTagClassName
{
color: #422DBC;
}
</style>
background-color css
<style>
a { background-color: #422DBC; }
a { background-color: rgb(66,45,188); }
div.DivClassName
{
background-color: #422DBC;
}
.BgClassName
{
background-color: #422DBC;
}
</style>
border-color css
<style>
span { border-color: #422DBC; }
span { border-color: rgb(66,45,188); }
td.TdClassName
{
border-color: #422DBC;
}
.TagClassName
{
border-color: #422DBC;
}
</style>