Shades of Purple Heart #7538CC
Tints of Purple Heart #7538CC
RGB
CMYK
RGB Variations
Color information
#7538CC (or 0x7538CC) is known color: Purple Heart. HEX triplet: 75, 38 and CC. RGB value is (117,56,204). Sum of RGB (Red+Green+Blue) = 117+56+204=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 56 (22.27% from 255 or 14.85% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #7538CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7538CC is #8AC733. Grayscale: #5A5A5A. Windows color (decimal): -9094964 or 13383797. OLE color: 13383797.
HSL color Cylindrical-coordinate representation of color #7538CC: hue angle of 264.73º 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 #7538CC is Cyan = 0.43, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 117 | 56 | 204 | - |
| CMYK | 0.43 | 0.73 | 0 | 0.2 |
| HSL | 264.73º | 0.59% | 0.51% | - |
| HSV(B) | 264.73º | 0.73% | 0.8% | - |
| XYZ | 19.65 | 10.97 | 58.21 | - |
| YUV | 91.11 | 191.71 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 56 | 204 | 0.43 | 0.73 | 0 | 0.2 | 264.73 | 0.59 | 0.51 |
| Hex | 75 | 38 | CC | 2B | 49 | 0 | 14 | 109 | 3B | 33 |
| Octal | 165 | 70 | 314 | 53 | 111 | 0 | 24 | 411 | 73 | 63 |
| Binary | 1110101 | 111000 | 11001100 | 101011 | 1001001 | 0 | 10100 | 100001001 | 111011 | 110011 |
Color Harmonies of #7538CC
Complementary color
Monochromatic Colors of #7538CC
Black with #7538CC
Text Example
Text Example
White with #7538CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7538CC; }
p { color: rgb(117,56,204); }
H1.HeaderClassName
{
color: #7538CC;
}
.AnyTagClassName
{
color: #7538CC;
}
</style>
background-color css
<style>
a { background-color: #7538CC; }
a { background-color: rgb(117,56,204); }
div.DivClassName
{
background-color: #7538CC;
}
.BgClassName
{
background-color: #7538CC;
}
</style>
border-color css
<style>
span { border-color: #7538CC; }
span { border-color: rgb(117,56,204); }
td.TdClassName
{
border-color: #7538CC;
}
.TagClassName
{
border-color: #7538CC;
}
</style>