Shades of Purple Heart #432CCB
Tints of Purple Heart #432CCB
RGB
CMYK
RGB Variations
Color information
#432CCB (or 0x432CCB) is known color: Purple Heart. HEX triplet: 43, 2C and CB. RGB value is (67,44,203). Sum of RGB (Red+Green+Blue) = 67+44+203=314 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.34% from 314); Green value is 44 (17.58% from 255 or 14.01% from 314); Blue value is 203 (79.69% from 255 or 64.65% from 314); Max value from RGB is 203 - color contains mainly: blue. Hex color #432CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #432CCB is #BCD334. Grayscale: #444444. Windows color (decimal): -12374837 or 13315139. OLE color: 13315139.
HSL color Cylindrical-coordinate representation of color #432CCB: hue angle of 248.68º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #432CCB is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 44 | 203 | - |
| CMYK | 0.67 | 0.78 | 0 | 0.20 |
| HSL | 248.68º | 0.64% | 0.48% | - |
| HSV(B) | 248.68º | 0.78% | 0.8% | - |
| XYZ | 13.99 | 7.31 | 57.17 | - |
| YUV | 69 | 203.62 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 44 | 203 | 0.67 | 0.78 | 0 | 0.20 | 248.68 | 0.64 | 0.48 |
| Hex | 43 | 2C | CB | 43 | 4E | 0 | 14 | F9 | 40 | 30 |
| Octal | 103 | 54 | 313 | 103 | 116 | 0 | 24 | 371 | 100 | 60 |
| Binary | 1000011 | 101100 | 11001011 | 1000011 | 1001110 | 0 | 10100 | 11111001 | 1000000 | 110000 |
Color Harmonies of #432CCB
Complementary color
Monochromatic Colors of #432CCB
Black with #432CCB
Text Example
Text Example
White with #432CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432CCB; }
p { color: rgb(67,44,203); }
H1.HeaderClassName
{
color: #432CCB;
}
.AnyTagClassName
{
color: #432CCB;
}
</style>
background-color css
<style>
a { background-color: #432CCB; }
a { background-color: rgb(67,44,203); }
div.DivClassName
{
background-color: #432CCB;
}
.BgClassName
{
background-color: #432CCB;
}
</style>
border-color css
<style>
span { border-color: #432CCB; }
span { border-color: rgb(67,44,203); }
td.TdClassName
{
border-color: #432CCB;
}
.TagClassName
{
border-color: #432CCB;
}
</style>