Shades of Purple Heart #4321C1
Tints of Purple Heart #4321C1
RGB
CMYK
RGB Variations
Color information
#4321C1 (or 0x4321C1) is known color: Purple Heart. HEX triplet: 43, 21 and C1. RGB value is (67,33,193). Sum of RGB (Red+Green+Blue) = 67+33+193=293 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.87% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 193 (75.78% from 255 or 65.87% from 293); Max value from RGB is 193 - color contains mainly: blue. Hex color #4321C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4321C1 is #BCDE3E. Grayscale: #3C3C3C. Windows color (decimal): -12377663 or 12656963. OLE color: 12656963.
HSL color Cylindrical-coordinate representation of color #4321C1: hue angle of 252.75º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4321C1 is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 33 | 193 | - |
| CMYK | 0.65 | 0.83 | 0 | 0.24 |
| HSL | 252.75º | 0.71% | 0.44% | - |
| HSV(B) | 252.75º | 0.83% | 0.76% | - |
| XYZ | 12.48 | 6.13 | 50.98 | - |
| YUV | 61.41 | 202.26 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 33 | 193 | 0.65 | 0.83 | 0 | 0.24 | 252.75 | 0.71 | 0.44 |
| Hex | 43 | 21 | C1 | 41 | 53 | 0 | 18 | FD | 47 | 2C |
| Octal | 103 | 41 | 301 | 101 | 123 | 0 | 30 | 375 | 107 | 54 |
| Binary | 1000011 | 100001 | 11000001 | 1000001 | 1010011 | 0 | 11000 | 11111101 | 1000111 | 101100 |
Color Harmonies of #4321C1
Complementary color
Monochromatic Colors of #4321C1
Black with #4321C1
Text Example
Text Example
White with #4321C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4321C1; }
p { color: rgb(67,33,193); }
H1.HeaderClassName
{
color: #4321C1;
}
.AnyTagClassName
{
color: #4321C1;
}
</style>
background-color css
<style>
a { background-color: #4321C1; }
a { background-color: rgb(67,33,193); }
div.DivClassName
{
background-color: #4321C1;
}
.BgClassName
{
background-color: #4321C1;
}
</style>
border-color css
<style>
span { border-color: #4321C1; }
span { border-color: rgb(67,33,193); }
td.TdClassName
{
border-color: #4321C1;
}
.TagClassName
{
border-color: #4321C1;
}
</style>