Shades of Purple Heart #6B29D0
Tints of Purple Heart #6B29D0
RGB
CMYK
RGB Variations
Color information
#6B29D0 (or 0x6B29D0) is known color: Purple Heart. HEX triplet: 6B, 29 and D0. RGB value is (107,41,208). Sum of RGB (Red+Green+Blue) = 107+41+208=356 (47% of max value = 765). Red value is 107 (42.19% from 255 or 30.06% from 356); Green value is 41 (16.41% from 255 or 11.52% from 356); Blue value is 208 (81.64% from 255 or 58.43% from 356); Max value from RGB is 208 - color contains mainly: blue. Hex color #6B29D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B29D0 is #94D62F. Grayscale: #4F4F4F. Windows color (decimal): -9754160 or 13642091. OLE color: 13642091.
HSL color Cylindrical-coordinate representation of color #6B29D0: hue angle of 263.71º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B29D0 is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 107 | 41 | 208 | - |
| CMYK | 0.49 | 0.80 | 0 | 0.18 |
| HSL | 263.71º | 0.67% | 0.49% | - |
| HSV(B) | 263.71º | 0.8% | 0.82% | - |
| XYZ | 18.24 | 9.27 | 60.5 | - |
| YUV | 79.77 | 200.37 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 41 | 208 | 0.49 | 0.80 | 0 | 0.18 | 263.71 | 0.67 | 0.49 |
| Hex | 6B | 29 | D0 | 31 | 50 | 0 | 12 | 108 | 43 | 31 |
| Octal | 153 | 51 | 320 | 61 | 120 | 0 | 22 | 410 | 103 | 61 |
| Binary | 1101011 | 101001 | 11010000 | 110001 | 1010000 | 0 | 10010 | 100001000 | 1000011 | 110001 |
Color Harmonies of #6B29D0
Complementary color
Monochromatic Colors of #6B29D0
Black with #6B29D0
Text Example
Text Example
White with #6B29D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B29D0; }
p { color: rgb(107,41,208); }
H1.HeaderClassName
{
color: #6B29D0;
}
.AnyTagClassName
{
color: #6B29D0;
}
</style>
background-color css
<style>
a { background-color: #6B29D0; }
a { background-color: rgb(107,41,208); }
div.DivClassName
{
background-color: #6B29D0;
}
.BgClassName
{
background-color: #6B29D0;
}
</style>
border-color css
<style>
span { border-color: #6B29D0; }
span { border-color: rgb(107,41,208); }
td.TdClassName
{
border-color: #6B29D0;
}
.TagClassName
{
border-color: #6B29D0;
}
</style>