Shades of Purple Heart #6D2ECA
Tints of Purple Heart #6D2ECA
RGB
CMYK
RGB Variations
Color information
#6D2ECA (or 0x6D2ECA) is known color: Purple Heart. HEX triplet: 6D, 2E and CA. RGB value is (109,46,202). Sum of RGB (Red+Green+Blue) = 109+46+202=357 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.53% from 357); Green value is 46 (18.36% from 255 or 12.89% from 357); Blue value is 202 (79.30% from 255 or 56.58% from 357); Max value from RGB is 202 - color contains mainly: blue. Hex color #6D2ECA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D2ECA is #92D135. Grayscale: #525252. Windows color (decimal): -9621814 or 13250157. OLE color: 13250157.
HSL color Cylindrical-coordinate representation of color #6D2ECA: hue angle of 264.23º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6D2ECA is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 109 | 46 | 202 | - |
| CMYK | 0.46 | 0.77 | 0 | 0.21 |
| HSL | 264.23º | 0.63% | 0.49% | - |
| HSV(B) | 264.23º | 0.77% | 0.79% | - |
| XYZ | 17.94 | 9.47 | 56.76 | - |
| YUV | 82.62 | 195.37 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 46 | 202 | 0.46 | 0.77 | 0 | 0.21 | 264.23 | 0.63 | 0.49 |
| Hex | 6D | 2E | CA | 2E | 4D | 0 | 15 | 108 | 3F | 31 |
| Octal | 155 | 56 | 312 | 56 | 115 | 0 | 25 | 410 | 77 | 61 |
| Binary | 1101101 | 101110 | 11001010 | 101110 | 1001101 | 0 | 10101 | 100001000 | 111111 | 110001 |
Color Harmonies of #6D2ECA
Complementary color
Monochromatic Colors of #6D2ECA
Black with #6D2ECA
Text Example
Text Example
White with #6D2ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2ECA; }
p { color: rgb(109,46,202); }
H1.HeaderClassName
{
color: #6D2ECA;
}
.AnyTagClassName
{
color: #6D2ECA;
}
</style>
background-color css
<style>
a { background-color: #6D2ECA; }
a { background-color: rgb(109,46,202); }
div.DivClassName
{
background-color: #6D2ECA;
}
.BgClassName
{
background-color: #6D2ECA;
}
</style>
border-color css
<style>
span { border-color: #6D2ECA; }
span { border-color: rgb(109,46,202); }
td.TdClassName
{
border-color: #6D2ECA;
}
.TagClassName
{
border-color: #6D2ECA;
}
</style>