Shades of Purple Heart #432FCF
Tints of Purple Heart #432FCF
RGB
CMYK
RGB Variations
Color information
#432FCF (or 0x432FCF) is known color: Purple Heart. HEX triplet: 43, 2F and CF. RGB value is (67,47,207). Sum of RGB (Red+Green+Blue) = 67+47+207=321 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.87% from 321); Green value is 47 (18.75% from 255 or 14.64% from 321); Blue value is 207 (81.25% from 255 or 64.49% from 321); Max value from RGB is 207 - color contains mainly: blue. Hex color #432FCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #432FCF is #BCD030. Grayscale: #464646. Windows color (decimal): -12374065 or 13578051. OLE color: 13578051.
HSL color Cylindrical-coordinate representation of color #432FCF: hue angle of 247.5º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #432FCF is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 47 | 207 | - |
| CMYK | 0.68 | 0.77 | 0 | 0.19 |
| HSL | 247.5º | 0.63% | 0.5% | - |
| HSV(B) | 247.5º | 0.77% | 0.81% | - |
| XYZ | 14.59 | 7.73 | 59.75 | - |
| YUV | 71.22 | 204.63 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 47 | 207 | 0.68 | 0.77 | 0 | 0.19 | 247.5 | 0.63 | 0.5 |
| Hex | 43 | 2F | CF | 44 | 4D | 0 | 13 | F8 | 3F | 32 |
| Octal | 103 | 57 | 317 | 104 | 115 | 0 | 23 | 370 | 77 | 62 |
| Binary | 1000011 | 101111 | 11001111 | 1000100 | 1001101 | 0 | 10011 | 11111000 | 111111 | 110010 |
Color Harmonies of #432FCF
Complementary color
Monochromatic Colors of #432FCF
Black with #432FCF
Text Example
Text Example
White with #432FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #432FCF; }
p { color: rgb(67,47,207); }
H1.HeaderClassName
{
color: #432FCF;
}
.AnyTagClassName
{
color: #432FCF;
}
</style>
background-color css
<style>
a { background-color: #432FCF; }
a { background-color: rgb(67,47,207); }
div.DivClassName
{
background-color: #432FCF;
}
.BgClassName
{
background-color: #432FCF;
}
</style>
border-color css
<style>
span { border-color: #432FCF; }
span { border-color: rgb(67,47,207); }
td.TdClassName
{
border-color: #432FCF;
}
.TagClassName
{
border-color: #432FCF;
}
</style>