Shades of Purple Heart #732FCF
Tints of Purple Heart #732FCF
RGB
CMYK
RGB Variations
Color information
#732FCF (or 0x732FCF) is known color: Purple Heart. HEX triplet: 73, 2F and CF. RGB value is (115,47,207). Sum of RGB (Red+Green+Blue) = 115+47+207=369 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.17% from 369); Green value is 47 (18.75% from 255 or 12.74% from 369); Blue value is 207 (81.25% from 255 or 56.10% from 369); Max value from RGB is 207 - color contains mainly: blue. Hex color #732FCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #732FCF is #8CD030. Grayscale: #555555. Windows color (decimal): -9228337 or 13578099. OLE color: 13578099.
HSL color Cylindrical-coordinate representation of color #732FCF: hue angle of 265.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 #732FCF is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 47 | 207 | - |
| CMYK | 0.44 | 0.77 | 0 | 0.19 |
| HSL | 265.5º | 0.63% | 0.5% | - |
| HSV(B) | 265.5º | 0.77% | 0.81% | - |
| XYZ | 19.35 | 10.18 | 59.98 | - |
| YUV | 85.57 | 196.53 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 47 | 207 | 0.44 | 0.77 | 0 | 0.19 | 265.5 | 0.63 | 0.5 |
| Hex | 73 | 2F | CF | 2C | 4D | 0 | 13 | 10A | 3F | 32 |
| Octal | 163 | 57 | 317 | 54 | 115 | 0 | 23 | 412 | 77 | 62 |
| Binary | 1110011 | 101111 | 11001111 | 101100 | 1001101 | 0 | 10011 | 100001010 | 111111 | 110010 |
Color Harmonies of #732FCF
Complementary color
Monochromatic Colors of #732FCF
Black with #732FCF
Text Example
Text Example
White with #732FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732FCF; }
p { color: rgb(115,47,207); }
H1.HeaderClassName
{
color: #732FCF;
}
.AnyTagClassName
{
color: #732FCF;
}
</style>
background-color css
<style>
a { background-color: #732FCF; }
a { background-color: rgb(115,47,207); }
div.DivClassName
{
background-color: #732FCF;
}
.BgClassName
{
background-color: #732FCF;
}
</style>
border-color css
<style>
span { border-color: #732FCF; }
span { border-color: rgb(115,47,207); }
td.TdClassName
{
border-color: #732FCF;
}
.TagClassName
{
border-color: #732FCF;
}
</style>