Shades of Purple Heart #732CCE
Tints of Purple Heart #732CCE
RGB
CMYK
RGB Variations
Color information
#732CCE (or 0x732CCE) is known color: Purple Heart. HEX triplet: 73, 2C and CE. RGB value is (115,44,206). Sum of RGB (Red+Green+Blue) = 115+44+206=365 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.51% from 365); Green value is 44 (17.58% from 255 or 12.05% from 365); Blue value is 206 (80.86% from 255 or 56.44% from 365); Max value from RGB is 206 - color contains mainly: blue. Hex color #732CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #732CCE is #8CD331. Grayscale: #535353. Windows color (decimal): -9229106 or 13511795. OLE color: 13511795.
HSL color Cylindrical-coordinate representation of color #732CCE: hue angle of 266.3º 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 #732CCE is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 44 | 206 | - |
| CMYK | 0.44 | 0.79 | 0 | 0.19 |
| HSL | 266.3º | 0.65% | 0.49% | - |
| HSV(B) | 266.3º | 0.79% | 0.81% | - |
| XYZ | 19.11 | 9.9 | 59.3 | - |
| YUV | 83.7 | 197.02 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 44 | 206 | 0.44 | 0.79 | 0 | 0.19 | 266.3 | 0.65 | 0.49 |
| Hex | 73 | 2C | CE | 2C | 4F | 0 | 13 | 10A | 41 | 31 |
| Octal | 163 | 54 | 316 | 54 | 117 | 0 | 23 | 412 | 101 | 61 |
| Binary | 1110011 | 101100 | 11001110 | 101100 | 1001111 | 0 | 10011 | 100001010 | 1000001 | 110001 |
Color Harmonies of #732CCE
Complementary color
Monochromatic Colors of #732CCE
Black with #732CCE
Text Example
Text Example
White with #732CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732CCE; }
p { color: rgb(115,44,206); }
H1.HeaderClassName
{
color: #732CCE;
}
.AnyTagClassName
{
color: #732CCE;
}
</style>
background-color css
<style>
a { background-color: #732CCE; }
a { background-color: rgb(115,44,206); }
div.DivClassName
{
background-color: #732CCE;
}
.BgClassName
{
background-color: #732CCE;
}
</style>
border-color css
<style>
span { border-color: #732CCE; }
span { border-color: rgb(115,44,206); }
td.TdClassName
{
border-color: #732CCE;
}
.TagClassName
{
border-color: #732CCE;
}
</style>