Shades of Purple Heart #6D3CBC
Tints of Purple Heart #6D3CBC
RGB
CMYK
RGB Variations
Color information
#6D3CBC (or 0x6D3CBC) is known color: Purple Heart. HEX triplet: 6D, 3C and BC. RGB value is (109,60,188). Sum of RGB (Red+Green+Blue) = 109+60+188=357 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.53% from 357); Green value is 60 (23.83% from 255 or 16.81% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #6D3CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D3CBC is #92C343. Grayscale: #585858. Windows color (decimal): -9618244 or 12336237. OLE color: 12336237.
HSL color Cylindrical-coordinate representation of color #6D3CBC: hue angle of 262.97º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6D3CBC is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 60 | 188 | - |
| CMYK | 0.42 | 0.68 | 0 | 0.26 |
| HSL | 262.97º | 0.52% | 0.49% | - |
| HSV(B) | 262.97º | 0.68% | 0.74% | - |
| XYZ | 17 | 10.11 | 48.63 | - |
| YUV | 89.24 | 183.73 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 60 | 188 | 0.42 | 0.68 | 0 | 0.26 | 262.97 | 0.52 | 0.49 |
| Hex | 6D | 3C | BC | 2A | 44 | 0 | 1A | 107 | 34 | 31 |
| Octal | 155 | 74 | 274 | 52 | 104 | 0 | 32 | 407 | 64 | 61 |
| Binary | 1101101 | 111100 | 10111100 | 101010 | 1000100 | 0 | 11010 | 100000111 | 110100 | 110001 |
Color Harmonies of #6D3CBC
Complementary color
Monochromatic Colors of #6D3CBC
Black with #6D3CBC
Text Example
Text Example
White with #6D3CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3CBC; }
p { color: rgb(109,60,188); }
H1.HeaderClassName
{
color: #6D3CBC;
}
.AnyTagClassName
{
color: #6D3CBC;
}
</style>
background-color css
<style>
a { background-color: #6D3CBC; }
a { background-color: rgb(109,60,188); }
div.DivClassName
{
background-color: #6D3CBC;
}
.BgClassName
{
background-color: #6D3CBC;
}
</style>
border-color css
<style>
span { border-color: #6D3CBC; }
span { border-color: rgb(109,60,188); }
td.TdClassName
{
border-color: #6D3CBC;
}
.TagClassName
{
border-color: #6D3CBC;
}
</style>