Shades of Purple Heart #422CC1
Tints of Purple Heart #422CC1
RGB
CMYK
RGB Variations
Color information
#422CC1 (or 0x422CC1) is known color: Purple Heart. HEX triplet: 42, 2C and C1. RGB value is (66,44,193). Sum of RGB (Red+Green+Blue) = 66+44+193=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 44 (17.58% from 255 or 14.52% from 303); Blue value is 193 (75.78% from 255 or 63.70% from 303); Max value from RGB is 193 - color contains mainly: blue. Hex color #422CC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422CC1 is #BDD33E. Grayscale: #424242. Windows color (decimal): -12440383 or 12659778. OLE color: 12659778.
HSL color Cylindrical-coordinate representation of color #422CC1: hue angle of 248.86º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #422CC1 is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 44 | 193 | - |
| CMYK | 0.66 | 0.77 | 0 | 0.24 |
| HSL | 248.86º | 0.63% | 0.46% | - |
| HSV(B) | 248.86º | 0.77% | 0.76% | - |
| XYZ | 12.77 | 6.81 | 51.09 | - |
| YUV | 67.56 | 198.79 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 44 | 193 | 0.66 | 0.77 | 0 | 0.24 | 248.86 | 0.63 | 0.46 |
| Hex | 42 | 2C | C1 | 42 | 4D | 0 | 18 | F9 | 3F | 2E |
| Octal | 102 | 54 | 301 | 102 | 115 | 0 | 30 | 371 | 77 | 56 |
| Binary | 1000010 | 101100 | 11000001 | 1000010 | 1001101 | 0 | 11000 | 11111001 | 111111 | 101110 |
Color Harmonies of #422CC1
Complementary color
Monochromatic Colors of #422CC1
Black with #422CC1
Text Example
Text Example
White with #422CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422CC1; }
p { color: rgb(66,44,193); }
H1.HeaderClassName
{
color: #422CC1;
}
.AnyTagClassName
{
color: #422CC1;
}
</style>
background-color css
<style>
a { background-color: #422CC1; }
a { background-color: rgb(66,44,193); }
div.DivClassName
{
background-color: #422CC1;
}
.BgClassName
{
background-color: #422CC1;
}
</style>
border-color css
<style>
span { border-color: #422CC1; }
span { border-color: rgb(66,44,193); }
td.TdClassName
{
border-color: #422CC1;
}
.TagClassName
{
border-color: #422CC1;
}
</style>