Shades of Purple Heart #6D3BBC
Tints of Purple Heart #6D3BBC
RGB
CMYK
RGB Variations
Color information
#6D3BBC (or 0x6D3BBC) is known color: Purple Heart. HEX triplet: 6D, 3B and BC. RGB value is (109,59,188). Sum of RGB (Red+Green+Blue) = 109+59+188=356 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.62% from 356); Green value is 59 (23.44% from 255 or 16.57% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #6D3BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D3BBC is #92C443. Grayscale: #585858. Windows color (decimal): -9618500 or 12335981. OLE color: 12335981.
HSL color Cylindrical-coordinate representation of color #6D3BBC: hue angle of 263.26º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6D3BBC is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 59 | 188 | - |
| CMYK | 0.42 | 0.69 | 0 | 0.26 |
| HSL | 263.26º | 0.52% | 0.48% | - |
| HSV(B) | 263.26º | 0.69% | 0.74% | - |
| XYZ | 16.95 | 10.01 | 48.62 | - |
| YUV | 88.66 | 184.07 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 59 | 188 | 0.42 | 0.69 | 0 | 0.26 | 263.26 | 0.52 | 0.48 |
| Hex | 6D | 3B | BC | 2A | 45 | 0 | 1A | 107 | 34 | 30 |
| Octal | 155 | 73 | 274 | 52 | 105 | 0 | 32 | 407 | 64 | 60 |
| Binary | 1101101 | 111011 | 10111100 | 101010 | 1000101 | 0 | 11010 | 100000111 | 110100 | 110000 |
Color Harmonies of #6D3BBC
Complementary color
Monochromatic Colors of #6D3BBC
Black with #6D3BBC
Text Example
Text Example
White with #6D3BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3BBC; }
p { color: rgb(109,59,188); }
H1.HeaderClassName
{
color: #6D3BBC;
}
.AnyTagClassName
{
color: #6D3BBC;
}
</style>
background-color css
<style>
a { background-color: #6D3BBC; }
a { background-color: rgb(109,59,188); }
div.DivClassName
{
background-color: #6D3BBC;
}
.BgClassName
{
background-color: #6D3BBC;
}
</style>
border-color css
<style>
span { border-color: #6D3BBC; }
span { border-color: rgb(109,59,188); }
td.TdClassName
{
border-color: #6D3BBC;
}
.TagClassName
{
border-color: #6D3BBC;
}
</style>