Shades of Purple Heart #6D26BD
Tints of Purple Heart #6D26BD
RGB
CMYK
RGB Variations
Color information
#6D26BD (or 0x6D26BD) is known color: Purple Heart. HEX triplet: 6D, 26 and BD. RGB value is (109,38,189). Sum of RGB (Red+Green+Blue) = 109+38+189=336 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.44% from 336); Green value is 38 (15.23% from 255 or 11.31% from 336); Blue value is 189 (74.22% from 255 or 56.25% from 336); Max value from RGB is 189 - color contains mainly: blue. Hex color #6D26BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D26BD is #92D942. Grayscale: #4B4B4B. Windows color (decimal): -9623875 or 12396141. OLE color: 12396141.
HSL color Cylindrical-coordinate representation of color #6D26BD: hue angle of 268.21º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6D26BD is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 38 | 189 | - |
| CMYK | 0.42 | 0.80 | 0 | 0.26 |
| HSL | 268.21º | 0.67% | 0.45% | - |
| HSV(B) | 268.21º | 0.8% | 0.74% | - |
| XYZ | 16.19 | 8.31 | 48.9 | - |
| YUV | 76.44 | 191.52 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 38 | 189 | 0.42 | 0.80 | 0 | 0.26 | 268.21 | 0.67 | 0.45 |
| Hex | 6D | 26 | BD | 2A | 50 | 0 | 1A | 10C | 43 | 2D |
| Octal | 155 | 46 | 275 | 52 | 120 | 0 | 32 | 414 | 103 | 55 |
| Binary | 1101101 | 100110 | 10111101 | 101010 | 1010000 | 0 | 11010 | 100001100 | 1000011 | 101101 |
Color Harmonies of #6D26BD
Complementary color
Monochromatic Colors of #6D26BD
Black with #6D26BD
Text Example
Text Example
White with #6D26BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D26BD; }
p { color: rgb(109,38,189); }
H1.HeaderClassName
{
color: #6D26BD;
}
.AnyTagClassName
{
color: #6D26BD;
}
</style>
background-color css
<style>
a { background-color: #6D26BD; }
a { background-color: rgb(109,38,189); }
div.DivClassName
{
background-color: #6D26BD;
}
.BgClassName
{
background-color: #6D26BD;
}
</style>
border-color css
<style>
span { border-color: #6D26BD; }
span { border-color: rgb(109,38,189); }
td.TdClassName
{
border-color: #6D26BD;
}
.TagClassName
{
border-color: #6D26BD;
}
</style>