Shades of Purple Heart #7435CE
Tints of Purple Heart #7435CE
RGB
CMYK
RGB Variations
Color information
#7435CE (or 0x7435CE) is known color: Purple Heart. HEX triplet: 74, 35 and CE. RGB value is (116,53,206). Sum of RGB (Red+Green+Blue) = 116+53+206=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 53 (21.09% from 255 or 14.13% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #7435CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7435CE is #8BCA31. Grayscale: #585858. Windows color (decimal): -9161266 or 13514100. OLE color: 13514100.
HSL color Cylindrical-coordinate representation of color #7435CE: hue angle of 264.71º 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 #7435CE is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 53 | 206 | - |
| CMYK | 0.44 | 0.74 | 0 | 0.19 |
| HSL | 264.71º | 0.61% | 0.51% | - |
| HSV(B) | 264.71º | 0.74% | 0.81% | - |
| XYZ | 19.62 | 10.72 | 59.43 | - |
| YUV | 89.28 | 193.87 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 53 | 206 | 0.44 | 0.74 | 0 | 0.19 | 264.71 | 0.61 | 0.51 |
| Hex | 74 | 35 | CE | 2C | 4A | 0 | 13 | 109 | 3D | 33 |
| Octal | 164 | 65 | 316 | 54 | 112 | 0 | 23 | 411 | 75 | 63 |
| Binary | 1110100 | 110101 | 11001110 | 101100 | 1001010 | 0 | 10011 | 100001001 | 111101 | 110011 |
Color Harmonies of #7435CE
Complementary color
Monochromatic Colors of #7435CE
Black with #7435CE
Text Example
Text Example
White with #7435CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7435CE; }
p { color: rgb(116,53,206); }
H1.HeaderClassName
{
color: #7435CE;
}
.AnyTagClassName
{
color: #7435CE;
}
</style>
background-color css
<style>
a { background-color: #7435CE; }
a { background-color: rgb(116,53,206); }
div.DivClassName
{
background-color: #7435CE;
}
.BgClassName
{
background-color: #7435CE;
}
</style>
border-color css
<style>
span { border-color: #7435CE; }
span { border-color: rgb(116,53,206); }
td.TdClassName
{
border-color: #7435CE;
}
.TagClassName
{
border-color: #7435CE;
}
</style>