Shades of Purple Heart #432ACE
Tints of Purple Heart #432ACE
RGB
CMYK
RGB Variations
Color information
#432ACE (or 0x432ACE) is known color: Purple Heart. HEX triplet: 43, 2A and CE. RGB value is (67,42,206). Sum of RGB (Red+Green+Blue) = 67+42+206=315 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.27% from 315); Green value is 42 (16.80% from 255 or 13.33% from 315); Blue value is 206 (80.86% from 255 or 65.40% from 315); Max value from RGB is 206 - color contains mainly: blue. Hex color #432ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #432ACE is #BCD531. Grayscale: #434343. Windows color (decimal): -12375346 or 13511235. OLE color: 13511235.
HSL color Cylindrical-coordinate representation of color #432ACE: hue angle of 249.15º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #432ACE is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 42 | 206 | - |
| CMYK | 0.67 | 0.80 | 0 | 0.19 |
| HSL | 249.15º | 0.66% | 0.49% | - |
| HSV(B) | 249.15º | 0.8% | 0.81% | - |
| XYZ | 14.28 | 7.31 | 59.05 | - |
| YUV | 68.17 | 205.78 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 42 | 206 | 0.67 | 0.80 | 0 | 0.19 | 249.15 | 0.66 | 0.49 |
| Hex | 43 | 2A | CE | 43 | 50 | 0 | 13 | F9 | 42 | 31 |
| Octal | 103 | 52 | 316 | 103 | 120 | 0 | 23 | 371 | 102 | 61 |
| Binary | 1000011 | 101010 | 11001110 | 1000011 | 1010000 | 0 | 10011 | 11111001 | 1000010 | 110001 |
Color Harmonies of #432ACE
Complementary color
Monochromatic Colors of #432ACE
Black with #432ACE
Text Example
Text Example
White with #432ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432ACE; }
p { color: rgb(67,42,206); }
H1.HeaderClassName
{
color: #432ACE;
}
.AnyTagClassName
{
color: #432ACE;
}
</style>
background-color css
<style>
a { background-color: #432ACE; }
a { background-color: rgb(67,42,206); }
div.DivClassName
{
background-color: #432ACE;
}
.BgClassName
{
background-color: #432ACE;
}
</style>
border-color css
<style>
span { border-color: #432ACE; }
span { border-color: rgb(67,42,206); }
td.TdClassName
{
border-color: #432ACE;
}
.TagClassName
{
border-color: #432ACE;
}
</style>