Shades of Purple Heart #6D1FCD
Tints of Purple Heart #6D1FCD
RGB
CMYK
RGB Variations
Color information
#6D1FCD (or 0x6D1FCD) is known color: Purple Heart. HEX triplet: 6D, 1F and CD. RGB value is (109,31,205). Sum of RGB (Red+Green+Blue) = 109+31+205=345 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.59% from 345); Green value is 31 (12.5% from 255 or 8.99% from 345); Blue value is 205 (80.47% from 255 or 59.42% from 345); Max value from RGB is 205 - color contains mainly: blue. Hex color #6D1FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D1FCD is #92E032. Grayscale: #494949. Windows color (decimal): -9625651 or 13442925. OLE color: 13442925.
HSL color Cylindrical-coordinate representation of color #6D1FCD: hue angle of 266.9º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6D1FCD is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 31 | 205 | - |
| CMYK | 0.47 | 0.85 | 0 | 0.20 |
| HSL | 266.9º | 0.74% | 0.46% | - |
| HSV(B) | 266.9º | 0.85% | 0.8% | - |
| XYZ | 17.82 | 8.64 | 58.49 | - |
| YUV | 74.16 | 201.84 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 31 | 205 | 0.47 | 0.85 | 0 | 0.20 | 266.9 | 0.74 | 0.46 |
| Hex | 6D | 1F | CD | 2F | 55 | 0 | 14 | 10B | 4A | 2E |
| Octal | 155 | 37 | 315 | 57 | 125 | 0 | 24 | 413 | 112 | 56 |
| Binary | 1101101 | 11111 | 11001101 | 101111 | 1010101 | 0 | 10100 | 100001011 | 1001010 | 101110 |
Color Harmonies of #6D1FCD
Complementary color
Monochromatic Colors of #6D1FCD
Black with #6D1FCD
Text Example
Text Example
White with #6D1FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1FCD; }
p { color: rgb(109,31,205); }
H1.HeaderClassName
{
color: #6D1FCD;
}
.AnyTagClassName
{
color: #6D1FCD;
}
</style>
background-color css
<style>
a { background-color: #6D1FCD; }
a { background-color: rgb(109,31,205); }
div.DivClassName
{
background-color: #6D1FCD;
}
.BgClassName
{
background-color: #6D1FCD;
}
</style>
border-color css
<style>
span { border-color: #6D1FCD; }
span { border-color: rgb(109,31,205); }
td.TdClassName
{
border-color: #6D1FCD;
}
.TagClassName
{
border-color: #6D1FCD;
}
</style>