Shades of Purple Heart #7335CE
Tints of Purple Heart #7335CE
RGB
CMYK
RGB Variations
Color information
#7335CE (or 0x7335CE) is known color: Purple Heart. HEX triplet: 73, 35 and CE. RGB value is (115,53,206). Sum of RGB (Red+Green+Blue) = 115+53+206=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 53 (21.09% from 255 or 14.17% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #7335CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7335CE is #8CCA31. Grayscale: #585858. Windows color (decimal): -9226802 or 13514099. OLE color: 13514099.
HSL color Cylindrical-coordinate representation of color #7335CE: hue angle of 264.31º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7335CE is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 53 | 206 | - |
| CMYK | 0.44 | 0.74 | 0 | 0.19 |
| HSL | 264.31º | 0.61% | 0.51% | - |
| HSV(B) | 264.31º | 0.74% | 0.81% | - |
| XYZ | 19.48 | 10.65 | 59.42 | - |
| YUV | 88.98 | 194.04 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 53 | 206 | 0.44 | 0.74 | 0 | 0.19 | 264.31 | 0.61 | 0.51 |
| Hex | 73 | 35 | CE | 2C | 4A | 0 | 13 | 108 | 3D | 33 |
| Octal | 163 | 65 | 316 | 54 | 112 | 0 | 23 | 410 | 75 | 63 |
| Binary | 1110011 | 110101 | 11001110 | 101100 | 1001010 | 0 | 10011 | 100001000 | 111101 | 110011 |
Color Harmonies of #7335CE
Complementary color
Monochromatic Colors of #7335CE
Black with #7335CE
Text Example
Text Example
White with #7335CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7335CE; }
p { color: rgb(115,53,206); }
H1.HeaderClassName
{
color: #7335CE;
}
.AnyTagClassName
{
color: #7335CE;
}
</style>
background-color css
<style>
a { background-color: #7335CE; }
a { background-color: rgb(115,53,206); }
div.DivClassName
{
background-color: #7335CE;
}
.BgClassName
{
background-color: #7335CE;
}
</style>
border-color css
<style>
span { border-color: #7335CE; }
span { border-color: rgb(115,53,206); }
td.TdClassName
{
border-color: #7335CE;
}
.TagClassName
{
border-color: #7335CE;
}
</style>