Shades of Purple Heart #4321CF
Tints of Purple Heart #4321CF
RGB
CMYK
RGB Variations
Color information
#4321CF (or 0x4321CF) is known color: Purple Heart. HEX triplet: 43, 21 and CF. RGB value is (67,33,207). Sum of RGB (Red+Green+Blue) = 67+33+207=307 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.82% from 307); Green value is 33 (13.28% from 255 or 10.75% from 307); Blue value is 207 (81.25% from 255 or 67.43% from 307); Max value from RGB is 207 - color contains mainly: blue. Hex color #4321CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4321CF is #BCDE30. Grayscale: #3E3E3E. Windows color (decimal): -12377649 or 13574467. OLE color: 13574467.
HSL color Cylindrical-coordinate representation of color #4321CF: hue angle of 251.72º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4321CF is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 33 | 207 | - |
| CMYK | 0.68 | 0.84 | 0 | 0.19 |
| HSL | 251.72º | 0.73% | 0.47% | - |
| HSV(B) | 251.72º | 0.84% | 0.81% | - |
| XYZ | 14.12 | 6.79 | 59.6 | - |
| YUV | 63 | 209.26 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 33 | 207 | 0.68 | 0.84 | 0 | 0.19 | 251.72 | 0.73 | 0.47 |
| Hex | 43 | 21 | CF | 44 | 54 | 0 | 13 | FC | 48 | 2F |
| Octal | 103 | 41 | 317 | 104 | 124 | 0 | 23 | 374 | 110 | 57 |
| Binary | 1000011 | 100001 | 11001111 | 1000100 | 1010100 | 0 | 10011 | 11111100 | 1001000 | 101111 |
Color Harmonies of #4321CF
Complementary color
Monochromatic Colors of #4321CF
Black with #4321CF
Text Example
Text Example
White with #4321CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4321CF; }
p { color: rgb(67,33,207); }
H1.HeaderClassName
{
color: #4321CF;
}
.AnyTagClassName
{
color: #4321CF;
}
</style>
background-color css
<style>
a { background-color: #4321CF; }
a { background-color: rgb(67,33,207); }
div.DivClassName
{
background-color: #4321CF;
}
.BgClassName
{
background-color: #4321CF;
}
</style>
border-color css
<style>
span { border-color: #4321CF; }
span { border-color: rgb(67,33,207); }
td.TdClassName
{
border-color: #4321CF;
}
.TagClassName
{
border-color: #4321CF;
}
</style>