Shades of Purple Heart #432DCE
Tints of Purple Heart #432DCE
RGB
CMYK
RGB Variations
Color information
#432DCE (or 0x432DCE) is known color: Purple Heart. HEX triplet: 43, 2D and CE. RGB value is (67,45,206). Sum of RGB (Red+Green+Blue) = 67+45+206=318 (42% of max value = 765). Red value is 67 (26.56% from 255 or 21.07% from 318); Green value is 45 (17.97% from 255 or 14.15% from 318); Blue value is 206 (80.86% from 255 or 64.78% from 318); Max value from RGB is 206 - color contains mainly: blue. Hex color #432DCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #432DCE is #BCD231. Grayscale: #454545. Windows color (decimal): -12374578 or 13512003. OLE color: 13512003.
HSL color Cylindrical-coordinate representation of color #432DCE: hue angle of 248.2º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #432DCE is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 45 | 206 | - |
| CMYK | 0.67 | 0.78 | 0 | 0.19 |
| HSL | 248.2º | 0.64% | 0.49% | - |
| HSV(B) | 248.2º | 0.78% | 0.81% | - |
| XYZ | 14.39 | 7.53 | 59.09 | - |
| YUV | 69.93 | 204.79 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 45 | 206 | 0.67 | 0.78 | 0 | 0.19 | 248.2 | 0.64 | 0.49 |
| Hex | 43 | 2D | CE | 43 | 4E | 0 | 13 | F8 | 40 | 31 |
| Octal | 103 | 55 | 316 | 103 | 116 | 0 | 23 | 370 | 100 | 61 |
| Binary | 1000011 | 101101 | 11001110 | 1000011 | 1001110 | 0 | 10011 | 11111000 | 1000000 | 110001 |
Color Harmonies of #432DCE
Complementary color
Monochromatic Colors of #432DCE
Black with #432DCE
Text Example
Text Example
White with #432DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432DCE; }
p { color: rgb(67,45,206); }
H1.HeaderClassName
{
color: #432DCE;
}
.AnyTagClassName
{
color: #432DCE;
}
</style>
background-color css
<style>
a { background-color: #432DCE; }
a { background-color: rgb(67,45,206); }
div.DivClassName
{
background-color: #432DCE;
}
.BgClassName
{
background-color: #432DCE;
}
</style>
border-color css
<style>
span { border-color: #432DCE; }
span { border-color: rgb(67,45,206); }
td.TdClassName
{
border-color: #432DCE;
}
.TagClassName
{
border-color: #432DCE;
}
</style>