Shades of Purple Heart #6E35C3
Tints of Purple Heart #6E35C3
RGB
CMYK
RGB Variations
Color information
#6E35C3 (or 0x6E35C3) is known color: Purple Heart. HEX triplet: 6E, 35 and C3. RGB value is (110,53,195). Sum of RGB (Red+Green+Blue) = 110+53+195=358 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.73% from 358); Green value is 53 (21.09% from 255 or 14.80% from 358); Blue value is 195 (76.56% from 255 or 54.47% from 358); Max value from RGB is 195 - color contains mainly: blue. Hex color #6E35C3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E35C3 is #91CA3C. Grayscale: #555555. Windows color (decimal): -9554493 or 12793198. OLE color: 12793198.
HSL color Cylindrical-coordinate representation of color #6E35C3: hue angle of 264.08º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6E35C3 is Cyan = 0.44, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 110 | 53 | 195 | - |
| CMYK | 0.44 | 0.73 | 0 | 0.24 |
| HSL | 264.08º | 0.57% | 0.49% | - |
| HSV(B) | 264.08º | 0.73% | 0.76% | - |
| XYZ | 17.55 | 9.8 | 52.6 | - |
| YUV | 86.23 | 189.38 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 53 | 195 | 0.44 | 0.73 | 0 | 0.24 | 264.08 | 0.57 | 0.49 |
| Hex | 6E | 35 | C3 | 2C | 49 | 0 | 18 | 108 | 39 | 31 |
| Octal | 156 | 65 | 303 | 54 | 111 | 0 | 30 | 410 | 71 | 61 |
| Binary | 1101110 | 110101 | 11000011 | 101100 | 1001001 | 0 | 11000 | 100001000 | 111001 | 110001 |
Color Harmonies of #6E35C3
Complementary color
Monochromatic Colors of #6E35C3
Black with #6E35C3
Text Example
Text Example
White with #6E35C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E35C3; }
p { color: rgb(110,53,195); }
H1.HeaderClassName
{
color: #6E35C3;
}
.AnyTagClassName
{
color: #6E35C3;
}
</style>
background-color css
<style>
a { background-color: #6E35C3; }
a { background-color: rgb(110,53,195); }
div.DivClassName
{
background-color: #6E35C3;
}
.BgClassName
{
background-color: #6E35C3;
}
</style>
border-color css
<style>
span { border-color: #6E35C3; }
span { border-color: rgb(110,53,195); }
td.TdClassName
{
border-color: #6E35C3;
}
.TagClassName
{
border-color: #6E35C3;
}
</style>