Shades of Purple Heart #6A1DA7
Tints of Purple Heart #6A1DA7
RGB
CMYK
RGB Variations
Color information
#6A1DA7 (or 0x6A1DA7) is known color: Purple Heart. HEX triplet: 6A, 1D and A7. RGB value is (106,29,167). Sum of RGB (Red+Green+Blue) = 106+29+167=302 (40% of max value = 765). Red value is 106 (41.80% from 255 or 35.10% from 302); Green value is 29 (11.72% from 255 or 9.60% from 302); Blue value is 167 (65.62% from 255 or 55.30% from 302); Max value from RGB is 167 - color contains mainly: blue. Hex color #6A1DA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A1DA7 is #95E258. Grayscale: #434343. Windows color (decimal): -9822809 or 10952042. OLE color: 10952042.
HSL color Cylindrical-coordinate representation of color #6A1DA7: hue angle of 273.48º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6A1DA7 is Cyan = 0.37, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 106 | 29 | 167 | - |
| CMYK | 0.37 | 0.83 | 0 | 0.35 |
| HSL | 273.48º | 0.7% | 0.38% | - |
| HSV(B) | 273.48º | 0.83% | 0.65% | - |
| XYZ | 13.36 | 6.73 | 37.15 | - |
| YUV | 67.76 | 184.01 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 29 | 167 | 0.37 | 0.83 | 0 | 0.35 | 273.48 | 0.7 | 0.38 |
| Hex | 6A | 1D | A7 | 25 | 53 | 0 | 23 | 111 | 46 | 26 |
| Octal | 152 | 35 | 247 | 45 | 123 | 0 | 43 | 421 | 106 | 46 |
| Binary | 1101010 | 11101 | 10100111 | 100101 | 1010011 | 0 | 100011 | 100010001 | 1000110 | 100110 |
Color Harmonies of #6A1DA7
Complementary color
Monochromatic Colors of #6A1DA7
Black with #6A1DA7
Text Example
Text Example
White with #6A1DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1DA7; }
p { color: rgb(106,29,167); }
H1.HeaderClassName
{
color: #6A1DA7;
}
.AnyTagClassName
{
color: #6A1DA7;
}
</style>
background-color css
<style>
a { background-color: #6A1DA7; }
a { background-color: rgb(106,29,167); }
div.DivClassName
{
background-color: #6A1DA7;
}
.BgClassName
{
background-color: #6A1DA7;
}
</style>
border-color css
<style>
span { border-color: #6A1DA7; }
span { border-color: rgb(106,29,167); }
td.TdClassName
{
border-color: #6A1DA7;
}
.TagClassName
{
border-color: #6A1DA7;
}
</style>