Shades of Purple Heart #732CCF
Tints of Purple Heart #732CCF
RGB
CMYK
RGB Variations
Color information
#732CCF (or 0x732CCF) is known color: Purple Heart. HEX triplet: 73, 2C and CF. RGB value is (115,44,207). Sum of RGB (Red+Green+Blue) = 115+44+207=366 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.42% from 366); Green value is 44 (17.58% from 255 or 12.02% from 366); Blue value is 207 (81.25% from 255 or 56.56% from 366); Max value from RGB is 207 - color contains mainly: blue. Hex color #732CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #732CCF is #8CD330. Grayscale: #535353. Windows color (decimal): -9229105 or 13577331. OLE color: 13577331.
HSL color Cylindrical-coordinate representation of color #732CCF: hue angle of 266.13º degrees, saturation: 0.65, 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 #732CCF is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 44 | 207 | - |
| CMYK | 0.44 | 0.79 | 0 | 0.19 |
| HSL | 266.13º | 0.65% | 0.49% | - |
| HSV(B) | 266.13º | 0.79% | 0.81% | - |
| XYZ | 19.23 | 9.95 | 59.94 | - |
| YUV | 83.81 | 197.52 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 44 | 207 | 0.44 | 0.79 | 0 | 0.19 | 266.13 | 0.65 | 0.49 |
| Hex | 73 | 2C | CF | 2C | 4F | 0 | 13 | 10A | 41 | 31 |
| Octal | 163 | 54 | 317 | 54 | 117 | 0 | 23 | 412 | 101 | 61 |
| Binary | 1110011 | 101100 | 11001111 | 101100 | 1001111 | 0 | 10011 | 100001010 | 1000001 | 110001 |
Color Harmonies of #732CCF
Complementary color
Monochromatic Colors of #732CCF
Black with #732CCF
Text Example
Text Example
White with #732CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732CCF; }
p { color: rgb(115,44,207); }
H1.HeaderClassName
{
color: #732CCF;
}
.AnyTagClassName
{
color: #732CCF;
}
</style>
background-color css
<style>
a { background-color: #732CCF; }
a { background-color: rgb(115,44,207); }
div.DivClassName
{
background-color: #732CCF;
}
.BgClassName
{
background-color: #732CCF;
}
</style>
border-color css
<style>
span { border-color: #732CCF; }
span { border-color: rgb(115,44,207); }
td.TdClassName
{
border-color: #732CCF;
}
.TagClassName
{
border-color: #732CCF;
}
</style>