Shades of Purple Heart #6D1FCE
Tints of Purple Heart #6D1FCE
RGB
CMYK
RGB Variations
Color information
#6D1FCE (or 0x6D1FCE) is known color: Purple Heart. HEX triplet: 6D, 1F and CE. RGB value is (109,31,206). Sum of RGB (Red+Green+Blue) = 109+31+206=346 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.50% from 346); Green value is 31 (12.5% from 255 or 8.96% from 346); Blue value is 206 (80.86% from 255 or 59.54% from 346); Max value from RGB is 206 - color contains mainly: blue. Hex color #6D1FCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D1FCE is #92E031. Grayscale: #494949. Windows color (decimal): -9625650 or 13508461. OLE color: 13508461.
HSL color Cylindrical-coordinate representation of color #6D1FCE: hue angle of 266.74º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6D1FCE is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 31 | 206 | - |
| CMYK | 0.47 | 0.85 | 0 | 0.19 |
| HSL | 266.74º | 0.74% | 0.46% | - |
| HSV(B) | 266.74º | 0.85% | 0.81% | - |
| XYZ | 17.94 | 8.69 | 59.12 | - |
| YUV | 74.27 | 202.34 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 31 | 206 | 0.47 | 0.85 | 0 | 0.19 | 266.74 | 0.74 | 0.46 |
| Hex | 6D | 1F | CE | 2F | 55 | 0 | 13 | 10B | 4A | 2E |
| Octal | 155 | 37 | 316 | 57 | 125 | 0 | 23 | 413 | 112 | 56 |
| Binary | 1101101 | 11111 | 11001110 | 101111 | 1010101 | 0 | 10011 | 100001011 | 1001010 | 101110 |
Color Harmonies of #6D1FCE
Complementary color
Monochromatic Colors of #6D1FCE
Black with #6D1FCE
Text Example
Text Example
White with #6D1FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1FCE; }
p { color: rgb(109,31,206); }
H1.HeaderClassName
{
color: #6D1FCE;
}
.AnyTagClassName
{
color: #6D1FCE;
}
</style>
background-color css
<style>
a { background-color: #6D1FCE; }
a { background-color: rgb(109,31,206); }
div.DivClassName
{
background-color: #6D1FCE;
}
.BgClassName
{
background-color: #6D1FCE;
}
</style>
border-color css
<style>
span { border-color: #6D1FCE; }
span { border-color: rgb(109,31,206); }
td.TdClassName
{
border-color: #6D1FCE;
}
.TagClassName
{
border-color: #6D1FCE;
}
</style>