Shades of Purple Heart #6D35DD
Tints of Purple Heart #6D35DD
RGB
CMYK
RGB Variations
Color information
#6D35DD (or 0x6D35DD) is known color: Purple Heart. HEX triplet: 6D, 35 and DD. RGB value is (109,53,221). Sum of RGB (Red+Green+Blue) = 109+53+221=383 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.46% from 383); Green value is 53 (21.09% from 255 or 13.84% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #6D35DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D35DD is #92CA22. Grayscale: #585858. Windows color (decimal): -9620003 or 14497133. OLE color: 14497133.
HSL color Cylindrical-coordinate representation of color #6D35DD: hue angle of 260º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6D35DD is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 53 | 221 | - |
| CMYK | 0.51 | 0.76 | 0 | 0.13 |
| HSL | 260º | 0.71% | 0.54% | - |
| HSV(B) | 260º | 0.76% | 0.87% | - |
| XYZ | 20.63 | 11.02 | 69.45 | - |
| YUV | 88.9 | 202.55 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 53 | 221 | 0.51 | 0.76 | 0 | 0.13 | 260 | 0.71 | 0.54 |
| Hex | 6D | 35 | DD | 33 | 4C | 0 | D | 104 | 47 | 36 |
| Octal | 155 | 65 | 335 | 63 | 114 | 0 | 15 | 404 | 107 | 66 |
| Binary | 1101101 | 110101 | 11011101 | 110011 | 1001100 | 0 | 1101 | 100000100 | 1000111 | 110110 |
Color Harmonies of #6D35DD
Complementary color
Monochromatic Colors of #6D35DD
Black with #6D35DD
Text Example
Text Example
White with #6D35DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D35DD; }
p { color: rgb(109,53,221); }
H1.HeaderClassName
{
color: #6D35DD;
}
.AnyTagClassName
{
color: #6D35DD;
}
</style>
background-color css
<style>
a { background-color: #6D35DD; }
a { background-color: rgb(109,53,221); }
div.DivClassName
{
background-color: #6D35DD;
}
.BgClassName
{
background-color: #6D35DD;
}
</style>
border-color css
<style>
span { border-color: #6D35DD; }
span { border-color: rgb(109,53,221); }
td.TdClassName
{
border-color: #6D35DD;
}
.TagClassName
{
border-color: #6D35DD;
}
</style>