Shades of Purple Heart #432BCF
Tints of Purple Heart #432BCF
RGB
CMYK
RGB Variations
Color information
#432BCF (or 0x432BCF) is known color: Purple Heart. HEX triplet: 43, 2B and CF. RGB value is (67,43,207). Sum of RGB (Red+Green+Blue) = 67+43+207=317 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.14% from 317); Green value is 43 (17.19% from 255 or 13.56% from 317); Blue value is 207 (81.25% from 255 or 65.30% from 317); Max value from RGB is 207 - color contains mainly: blue. Hex color #432BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #432BCF is #BCD430. Grayscale: #444444. Windows color (decimal): -12375089 or 13577027. OLE color: 13577027.
HSL color Cylindrical-coordinate representation of color #432BCF: hue angle of 248.78º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #432BCF is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 43 | 207 | - |
| CMYK | 0.68 | 0.79 | 0 | 0.19 |
| HSL | 248.78º | 0.66% | 0.49% | - |
| HSV(B) | 248.78º | 0.79% | 0.81% | - |
| XYZ | 14.44 | 7.43 | 59.7 | - |
| YUV | 68.87 | 205.95 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 43 | 207 | 0.68 | 0.79 | 0 | 0.19 | 248.78 | 0.66 | 0.49 |
| Hex | 43 | 2B | CF | 44 | 4F | 0 | 13 | F9 | 42 | 31 |
| Octal | 103 | 53 | 317 | 104 | 117 | 0 | 23 | 371 | 102 | 61 |
| Binary | 1000011 | 101011 | 11001111 | 1000100 | 1001111 | 0 | 10011 | 11111001 | 1000010 | 110001 |
Color Harmonies of #432BCF
Complementary color
Monochromatic Colors of #432BCF
Black with #432BCF
Text Example
Text Example
White with #432BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432BCF; }
p { color: rgb(67,43,207); }
H1.HeaderClassName
{
color: #432BCF;
}
.AnyTagClassName
{
color: #432BCF;
}
</style>
background-color css
<style>
a { background-color: #432BCF; }
a { background-color: rgb(67,43,207); }
div.DivClassName
{
background-color: #432BCF;
}
.BgClassName
{
background-color: #432BCF;
}
</style>
border-color css
<style>
span { border-color: #432BCF; }
span { border-color: rgb(67,43,207); }
td.TdClassName
{
border-color: #432BCF;
}
.TagClassName
{
border-color: #432BCF;
}
</style>