Shades of Purple Heart #7335CB
Tints of Purple Heart #7335CB
RGB
CMYK
RGB Variations
Color information
#7335CB (or 0x7335CB) is known color: Purple Heart. HEX triplet: 73, 35 and CB. RGB value is (115,53,203). Sum of RGB (Red+Green+Blue) = 115+53+203=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 53 (21.09% from 255 or 14.29% from 371); Blue value is 203 (79.69% from 255 or 54.72% from 371); Max value from RGB is 203 - color contains mainly: blue. Hex color #7335CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7335CB is #8CCA34. Grayscale: #585858. Windows color (decimal): -9226805 or 13317491. OLE color: 13317491.
HSL color Cylindrical-coordinate representation of color #7335CB: hue angle of 264.8º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7335CB is Cyan = 0.43, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 53 | 203 | - |
| CMYK | 0.43 | 0.74 | 0 | 0.20 |
| HSL | 264.8º | 0.59% | 0.5% | - |
| HSV(B) | 264.8º | 0.74% | 0.8% | - |
| XYZ | 19.12 | 10.5 | 57.52 | - |
| YUV | 88.64 | 192.54 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 53 | 203 | 0.43 | 0.74 | 0 | 0.20 | 264.8 | 0.59 | 0.5 |
| Hex | 73 | 35 | CB | 2B | 4A | 0 | 14 | 109 | 3B | 32 |
| Octal | 163 | 65 | 313 | 53 | 112 | 0 | 24 | 411 | 73 | 62 |
| Binary | 1110011 | 110101 | 11001011 | 101011 | 1001010 | 0 | 10100 | 100001001 | 111011 | 110010 |
Color Harmonies of #7335CB
Complementary color
Monochromatic Colors of #7335CB
Black with #7335CB
Text Example
Text Example
White with #7335CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7335CB; }
p { color: rgb(115,53,203); }
H1.HeaderClassName
{
color: #7335CB;
}
.AnyTagClassName
{
color: #7335CB;
}
</style>
background-color css
<style>
a { background-color: #7335CB; }
a { background-color: rgb(115,53,203); }
div.DivClassName
{
background-color: #7335CB;
}
.BgClassName
{
background-color: #7335CB;
}
</style>
border-color css
<style>
span { border-color: #7335CB; }
span { border-color: rgb(115,53,203); }
td.TdClassName
{
border-color: #7335CB;
}
.TagClassName
{
border-color: #7335CB;
}
</style>