Shades of Purple Heart #6D3FBD
Tints of Purple Heart #6D3FBD
RGB
CMYK
RGB Variations
Color information
#6D3FBD (or 0x6D3FBD) is known color: Purple Heart. HEX triplet: 6D, 3F and BD. RGB value is (109,63,189). Sum of RGB (Red+Green+Blue) = 109+63+189=361 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.19% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #6D3FBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D3FBD is #92C042. Grayscale: #5A5A5A. Windows color (decimal): -9617475 or 12402541. OLE color: 12402541.
HSL color Cylindrical-coordinate representation of color #6D3FBD: hue angle of 261.9º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6D3FBD is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 63 | 189 | - |
| CMYK | 0.42 | 0.67 | 0 | 0.26 |
| HSL | 261.9º | 0.5% | 0.49% | - |
| HSV(B) | 261.9º | 0.67% | 0.74% | - |
| XYZ | 17.27 | 10.48 | 49.26 | - |
| YUV | 91.12 | 183.24 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 63 | 189 | 0.42 | 0.67 | 0 | 0.26 | 261.9 | 0.5 | 0.49 |
| Hex | 6D | 3F | BD | 2A | 43 | 0 | 1A | 106 | 32 | 31 |
| Octal | 155 | 77 | 275 | 52 | 103 | 0 | 32 | 406 | 62 | 61 |
| Binary | 1101101 | 111111 | 10111101 | 101010 | 1000011 | 0 | 11010 | 100000110 | 110010 | 110001 |
Color Harmonies of #6D3FBD
Complementary color
Monochromatic Colors of #6D3FBD
Black with #6D3FBD
Text Example
Text Example
White with #6D3FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3FBD; }
p { color: rgb(109,63,189); }
H1.HeaderClassName
{
color: #6D3FBD;
}
.AnyTagClassName
{
color: #6D3FBD;
}
</style>
background-color css
<style>
a { background-color: #6D3FBD; }
a { background-color: rgb(109,63,189); }
div.DivClassName
{
background-color: #6D3FBD;
}
.BgClassName
{
background-color: #6D3FBD;
}
</style>
border-color css
<style>
span { border-color: #6D3FBD; }
span { border-color: rgb(109,63,189); }
td.TdClassName
{
border-color: #6D3FBD;
}
.TagClassName
{
border-color: #6D3FBD;
}
</style>