Shades of Purple Heart #4321BE
Tints of Purple Heart #4321BE
RGB
CMYK
RGB Variations
Color information
#4321BE (or 0x4321BE) is known color: Purple Heart. HEX triplet: 43, 21 and BE. RGB value is (67,33,190). Sum of RGB (Red+Green+Blue) = 67+33+190=290 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.10% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 190 (74.61% from 255 or 65.52% from 290); Max value from RGB is 190 - color contains mainly: blue. Hex color #4321BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4321BE is #BCDE41. Grayscale: #3C3C3C. Windows color (decimal): -12377666 or 12460355. OLE color: 12460355.
HSL color Cylindrical-coordinate representation of color #4321BE: hue angle of 252.99º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4321BE is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 33 | 190 | - |
| CMYK | 0.65 | 0.83 | 0 | 0.25 |
| HSL | 252.99º | 0.7% | 0.44% | - |
| HSV(B) | 252.99º | 0.83% | 0.75% | - |
| XYZ | 12.15 | 6 | 49.23 | - |
| YUV | 61.06 | 200.76 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 33 | 190 | 0.65 | 0.83 | 0 | 0.25 | 252.99 | 0.7 | 0.44 |
| Hex | 43 | 21 | BE | 41 | 53 | 0 | 19 | FD | 46 | 2C |
| Octal | 103 | 41 | 276 | 101 | 123 | 0 | 31 | 375 | 106 | 54 |
| Binary | 1000011 | 100001 | 10111110 | 1000001 | 1010011 | 0 | 11001 | 11111101 | 1000110 | 101100 |
Color Harmonies of #4321BE
Complementary color
Monochromatic Colors of #4321BE
Black with #4321BE
Text Example
Text Example
White with #4321BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4321BE; }
p { color: rgb(67,33,190); }
H1.HeaderClassName
{
color: #4321BE;
}
.AnyTagClassName
{
color: #4321BE;
}
</style>
background-color css
<style>
a { background-color: #4321BE; }
a { background-color: rgb(67,33,190); }
div.DivClassName
{
background-color: #4321BE;
}
.BgClassName
{
background-color: #4321BE;
}
</style>
border-color css
<style>
span { border-color: #4321BE; }
span { border-color: rgb(67,33,190); }
td.TdClassName
{
border-color: #4321BE;
}
.TagClassName
{
border-color: #4321BE;
}
</style>