Shades of Purple Heart #6D1EB0
Tints of Purple Heart #6D1EB0
RGB
CMYK
RGB Variations
Color information
#6D1EB0 (or 0x6D1EB0) is known color: Purple Heart. HEX triplet: 6D, 1E and B0. RGB value is (109,30,176). Sum of RGB (Red+Green+Blue) = 109+30+176=315 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.60% from 315); Green value is 30 (12.11% from 255 or 9.52% from 315); Blue value is 176 (69.14% from 255 or 55.87% from 315); Max value from RGB is 176 - color contains mainly: blue. Hex color #6D1EB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D1EB0 is #92E14F. Grayscale: #454545. Windows color (decimal): -9625936 or 11542125. OLE color: 11542125.
HSL color Cylindrical-coordinate representation of color #6D1EB0: hue angle of 272.47º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D1EB0 is Cyan = 0.38, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 30 | 176 | - |
| CMYK | 0.38 | 0.83 | 0 | 0.31 |
| HSL | 272.47º | 0.71% | 0.4% | - |
| HSV(B) | 272.47º | 0.83% | 0.69% | - |
| XYZ | 14.61 | 7.31 | 41.72 | - |
| YUV | 70.27 | 187.67 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 30 | 176 | 0.38 | 0.83 | 0 | 0.31 | 272.47 | 0.71 | 0.4 |
| Hex | 6D | 1E | B0 | 26 | 53 | 0 | 1F | 110 | 47 | 28 |
| Octal | 155 | 36 | 260 | 46 | 123 | 0 | 37 | 420 | 107 | 50 |
| Binary | 1101101 | 11110 | 10110000 | 100110 | 1010011 | 0 | 11111 | 100010000 | 1000111 | 101000 |
Color Harmonies of #6D1EB0
Complementary color
Monochromatic Colors of #6D1EB0
Black with #6D1EB0
Text Example
Text Example
White with #6D1EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1EB0; }
p { color: rgb(109,30,176); }
H1.HeaderClassName
{
color: #6D1EB0;
}
.AnyTagClassName
{
color: #6D1EB0;
}
</style>
background-color css
<style>
a { background-color: #6D1EB0; }
a { background-color: rgb(109,30,176); }
div.DivClassName
{
background-color: #6D1EB0;
}
.BgClassName
{
background-color: #6D1EB0;
}
</style>
border-color css
<style>
span { border-color: #6D1EB0; }
span { border-color: rgb(109,30,176); }
td.TdClassName
{
border-color: #6D1EB0;
}
.TagClassName
{
border-color: #6D1EB0;
}
</style>