Shades of Purple Heart #6D39CC
Tints of Purple Heart #6D39CC
RGB
CMYK
RGB Variations
Color information
#6D39CC (or 0x6D39CC) is known color: Purple Heart. HEX triplet: 6D, 39 and CC. RGB value is (109,57,204). Sum of RGB (Red+Green+Blue) = 109+57+204=370 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.46% from 370); Green value is 57 (22.66% from 255 or 15.41% from 370); Blue value is 204 (80.08% from 255 or 55.14% from 370); Max value from RGB is 204 - color contains mainly: blue. Hex color #6D39CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D39CC is #92C633. Grayscale: #585858. Windows color (decimal): -9618996 or 13384045. OLE color: 13384045.
HSL color Cylindrical-coordinate representation of color #6D39CC: hue angle of 261.22º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6D39CC is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 109 | 57 | 204 | - |
| CMYK | 0.47 | 0.72 | 0 | 0.2 |
| HSL | 261.22º | 0.59% | 0.51% | - |
| HSV(B) | 261.22º | 0.72% | 0.8% | - |
| XYZ | 18.67 | 10.54 | 58.18 | - |
| YUV | 89.31 | 192.73 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 57 | 204 | 0.47 | 0.72 | 0 | 0.2 | 261.22 | 0.59 | 0.51 |
| Hex | 6D | 39 | CC | 2F | 48 | 0 | 14 | 105 | 3B | 33 |
| Octal | 155 | 71 | 314 | 57 | 110 | 0 | 24 | 405 | 73 | 63 |
| Binary | 1101101 | 111001 | 11001100 | 101111 | 1001000 | 0 | 10100 | 100000101 | 111011 | 110011 |
Color Harmonies of #6D39CC
Complementary color
Monochromatic Colors of #6D39CC
Black with #6D39CC
Text Example
Text Example
White with #6D39CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D39CC; }
p { color: rgb(109,57,204); }
H1.HeaderClassName
{
color: #6D39CC;
}
.AnyTagClassName
{
color: #6D39CC;
}
</style>
background-color css
<style>
a { background-color: #6D39CC; }
a { background-color: rgb(109,57,204); }
div.DivClassName
{
background-color: #6D39CC;
}
.BgClassName
{
background-color: #6D39CC;
}
</style>
border-color css
<style>
span { border-color: #6D39CC; }
span { border-color: rgb(109,57,204); }
td.TdClassName
{
border-color: #6D39CC;
}
.TagClassName
{
border-color: #6D39CC;
}
</style>