Shades of Purple Heart #422BB3
Tints of Purple Heart #422BB3
RGB
CMYK
RGB Variations
Color information
#422BB3 (or 0x422BB3) is known color: Purple Heart. HEX triplet: 42, 2B and B3. RGB value is (66,43,179). Sum of RGB (Red+Green+Blue) = 66+43+179=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 43 (17.19% from 255 or 14.93% from 288); Blue value is 179 (70.31% from 255 or 62.15% from 288); Max value from RGB is 179 - color contains mainly: blue. Hex color #422BB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #422BB3 is #BDD44C. Grayscale: #404040. Windows color (decimal): -12440653 or 11742018. OLE color: 11742018.
HSL color Cylindrical-coordinate representation of color #422BB3: hue angle of 250.15º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #422BB3 is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 43 | 179 | - |
| CMYK | 0.63 | 0.76 | 0 | 0.30 |
| HSL | 250.15º | 0.61% | 0.44% | - |
| HSV(B) | 250.15º | 0.76% | 0.7% | - |
| XYZ | 11.25 | 6.14 | 43.24 | - |
| YUV | 65.38 | 192.12 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 43 | 179 | 0.63 | 0.76 | 0 | 0.30 | 250.15 | 0.61 | 0.44 |
| Hex | 42 | 2B | B3 | 3F | 4C | 0 | 1E | FA | 3D | 2C |
| Octal | 102 | 53 | 263 | 77 | 114 | 0 | 36 | 372 | 75 | 54 |
| Binary | 1000010 | 101011 | 10110011 | 111111 | 1001100 | 0 | 11110 | 11111010 | 111101 | 101100 |
Color Harmonies of #422BB3
Complementary color
Monochromatic Colors of #422BB3
Black with #422BB3
Text Example
Text Example
White with #422BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422BB3; }
p { color: rgb(66,43,179); }
H1.HeaderClassName
{
color: #422BB3;
}
.AnyTagClassName
{
color: #422BB3;
}
</style>
background-color css
<style>
a { background-color: #422BB3; }
a { background-color: rgb(66,43,179); }
div.DivClassName
{
background-color: #422BB3;
}
.BgClassName
{
background-color: #422BB3;
}
</style>
border-color css
<style>
span { border-color: #422BB3; }
span { border-color: rgb(66,43,179); }
td.TdClassName
{
border-color: #422BB3;
}
.TagClassName
{
border-color: #422BB3;
}
</style>