Shades of Purple Heart #7238CC
Tints of Purple Heart #7238CC
RGB
CMYK
RGB Variations
Color information
#7238CC (or 0x7238CC) is known color: Purple Heart. HEX triplet: 72, 38 and CC. RGB value is (114,56,204). Sum of RGB (Red+Green+Blue) = 114+56+204=374 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.48% from 374); Green value is 56 (22.27% from 255 or 14.97% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #7238CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7238CC is #8DC733. Grayscale: #595959. Windows color (decimal): -9291572 or 13383794. OLE color: 13383794.
HSL color Cylindrical-coordinate representation of color #7238CC: hue angle of 263.51º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7238CC is Cyan = 0.44, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 114 | 56 | 204 | - |
| CMYK | 0.44 | 0.73 | 0 | 0.2 |
| HSL | 263.51º | 0.59% | 0.51% | - |
| HSV(B) | 263.51º | 0.73% | 0.8% | - |
| XYZ | 19.25 | 10.77 | 58.19 | - |
| YUV | 90.21 | 192.22 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 56 | 204 | 0.44 | 0.73 | 0 | 0.2 | 263.51 | 0.59 | 0.51 |
| Hex | 72 | 38 | CC | 2C | 49 | 0 | 14 | 108 | 3B | 33 |
| Octal | 162 | 70 | 314 | 54 | 111 | 0 | 24 | 410 | 73 | 63 |
| Binary | 1110010 | 111000 | 11001100 | 101100 | 1001001 | 0 | 10100 | 100001000 | 111011 | 110011 |
Color Harmonies of #7238CC
Complementary color
Monochromatic Colors of #7238CC
Black with #7238CC
Text Example
Text Example
White with #7238CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7238CC; }
p { color: rgb(114,56,204); }
H1.HeaderClassName
{
color: #7238CC;
}
.AnyTagClassName
{
color: #7238CC;
}
</style>
background-color css
<style>
a { background-color: #7238CC; }
a { background-color: rgb(114,56,204); }
div.DivClassName
{
background-color: #7238CC;
}
.BgClassName
{
background-color: #7238CC;
}
</style>
border-color css
<style>
span { border-color: #7238CC; }
span { border-color: rgb(114,56,204); }
td.TdClassName
{
border-color: #7238CC;
}
.TagClassName
{
border-color: #7238CC;
}
</style>