Shades of Purple Heart #442BC1
Tints of Purple Heart #442BC1
RGB
CMYK
RGB Variations
Color information
#442BC1 (or 0x442BC1) is known color: Purple Heart. HEX triplet: 44, 2B and C1. RGB value is (68,43,193). Sum of RGB (Red+Green+Blue) = 68+43+193=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 43 (17.19% from 255 or 14.14% from 304); Blue value is 193 (75.78% from 255 or 63.49% from 304); Max value from RGB is 193 - color contains mainly: blue. Hex color #442BC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #442BC1 is #BBD43E. Grayscale: #434343. Windows color (decimal): -12309567 or 12659524. OLE color: 12659524.
HSL color Cylindrical-coordinate representation of color #442BC1: hue angle of 250º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #442BC1 is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 68 | 43 | 193 | - |
| CMYK | 0.65 | 0.78 | 0 | 0.24 |
| HSL | 250º | 0.64% | 0.46% | - |
| HSV(B) | 250º | 0.78% | 0.76% | - |
| XYZ | 12.87 | 6.81 | 51.09 | - |
| YUV | 67.58 | 198.78 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 43 | 193 | 0.65 | 0.78 | 0 | 0.24 | 250 | 0.64 | 0.46 |
| Hex | 44 | 2B | C1 | 41 | 4E | 0 | 18 | FA | 40 | 2E |
| Octal | 104 | 53 | 301 | 101 | 116 | 0 | 30 | 372 | 100 | 56 |
| Binary | 1000100 | 101011 | 11000001 | 1000001 | 1001110 | 0 | 11000 | 11111010 | 1000000 | 101110 |
Color Harmonies of #442BC1
Complementary color
Monochromatic Colors of #442BC1
Black with #442BC1
Text Example
Text Example
White with #442BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442BC1; }
p { color: rgb(68,43,193); }
H1.HeaderClassName
{
color: #442BC1;
}
.AnyTagClassName
{
color: #442BC1;
}
</style>
background-color css
<style>
a { background-color: #442BC1; }
a { background-color: rgb(68,43,193); }
div.DivClassName
{
background-color: #442BC1;
}
.BgClassName
{
background-color: #442BC1;
}
</style>
border-color css
<style>
span { border-color: #442BC1; }
span { border-color: rgb(68,43,193); }
td.TdClassName
{
border-color: #442BC1;
}
.TagClassName
{
border-color: #442BC1;
}
</style>