Shades of Purple Heart #6D35BC
Tints of Purple Heart #6D35BC
RGB
CMYK
RGB Variations
Color information
#6D35BC (or 0x6D35BC) is known color: Purple Heart. HEX triplet: 6D, 35 and BC. RGB value is (109,53,188). Sum of RGB (Red+Green+Blue) = 109+53+188=350 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.14% from 350); Green value is 53 (21.09% from 255 or 15.14% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #6D35BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D35BC is #92CA43. Grayscale: #545454. Windows color (decimal): -9620036 or 12334445. OLE color: 12334445.
HSL color Cylindrical-coordinate representation of color #6D35BC: hue angle of 264.89º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6D35BC is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 53 | 188 | - |
| CMYK | 0.42 | 0.72 | 0 | 0.26 |
| HSL | 264.89º | 0.56% | 0.47% | - |
| HSV(B) | 264.89º | 0.72% | 0.74% | - |
| XYZ | 16.66 | 9.43 | 48.52 | - |
| YUV | 85.13 | 186.05 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 53 | 188 | 0.42 | 0.72 | 0 | 0.26 | 264.89 | 0.56 | 0.47 |
| Hex | 6D | 35 | BC | 2A | 48 | 0 | 1A | 109 | 38 | 2F |
| Octal | 155 | 65 | 274 | 52 | 110 | 0 | 32 | 411 | 70 | 57 |
| Binary | 1101101 | 110101 | 10111100 | 101010 | 1001000 | 0 | 11010 | 100001001 | 111000 | 101111 |
Color Harmonies of #6D35BC
Complementary color
Monochromatic Colors of #6D35BC
Black with #6D35BC
Text Example
Text Example
White with #6D35BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D35BC; }
p { color: rgb(109,53,188); }
H1.HeaderClassName
{
color: #6D35BC;
}
.AnyTagClassName
{
color: #6D35BC;
}
</style>
background-color css
<style>
a { background-color: #6D35BC; }
a { background-color: rgb(109,53,188); }
div.DivClassName
{
background-color: #6D35BC;
}
.BgClassName
{
background-color: #6D35BC;
}
</style>
border-color css
<style>
span { border-color: #6D35BC; }
span { border-color: rgb(109,53,188); }
td.TdClassName
{
border-color: #6D35BC;
}
.TagClassName
{
border-color: #6D35BC;
}
</style>