Shades of Purple Heart #6A2DB7
Tints of Purple Heart #6A2DB7
RGB
CMYK
RGB Variations
Color information
#6A2DB7 (or 0x6A2DB7) is known color: Purple Heart. HEX triplet: 6A, 2D and B7. RGB value is (106,45,183). Sum of RGB (Red+Green+Blue) = 106+45+183=334 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.74% from 334); Green value is 45 (17.97% from 255 or 13.47% from 334); Blue value is 183 (71.88% from 255 or 54.79% from 334); Max value from RGB is 183 - color contains mainly: blue. Hex color #6A2DB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A2DB7 is #95D248. Grayscale: #4E4E4E. Windows color (decimal): -9818697 or 12004714. OLE color: 12004714.
HSL color Cylindrical-coordinate representation of color #6A2DB7: hue angle of 266.52º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6A2DB7 is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 106 | 45 | 183 | - |
| CMYK | 0.42 | 0.75 | 0 | 0.28 |
| HSL | 266.52º | 0.61% | 0.45% | - |
| HSV(B) | 266.52º | 0.75% | 0.72% | - |
| XYZ | 15.43 | 8.36 | 45.6 | - |
| YUV | 78.97 | 186.71 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 45 | 183 | 0.42 | 0.75 | 0 | 0.28 | 266.52 | 0.61 | 0.45 |
| Hex | 6A | 2D | B7 | 2A | 4B | 0 | 1C | 10B | 3D | 2D |
| Octal | 152 | 55 | 267 | 52 | 113 | 0 | 34 | 413 | 75 | 55 |
| Binary | 1101010 | 101101 | 10110111 | 101010 | 1001011 | 0 | 11100 | 100001011 | 111101 | 101101 |
Color Harmonies of #6A2DB7
Complementary color
Monochromatic Colors of #6A2DB7
Black with #6A2DB7
Text Example
Text Example
White with #6A2DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2DB7; }
p { color: rgb(106,45,183); }
H1.HeaderClassName
{
color: #6A2DB7;
}
.AnyTagClassName
{
color: #6A2DB7;
}
</style>
background-color css
<style>
a { background-color: #6A2DB7; }
a { background-color: rgb(106,45,183); }
div.DivClassName
{
background-color: #6A2DB7;
}
.BgClassName
{
background-color: #6A2DB7;
}
</style>
border-color css
<style>
span { border-color: #6A2DB7; }
span { border-color: rgb(106,45,183); }
td.TdClassName
{
border-color: #6A2DB7;
}
.TagClassName
{
border-color: #6A2DB7;
}
</style>