Shades of Purple Heart #6A2CDA
Tints of Purple Heart #6A2CDA
RGB
CMYK
RGB Variations
Color information
#6A2CDA (or 0x6A2CDA) is known color: Purple Heart. HEX triplet: 6A, 2C and DA. RGB value is (106,44,218). Sum of RGB (Red+Green+Blue) = 106+44+218=368 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.80% from 368); Green value is 44 (17.58% from 255 or 11.96% from 368); Blue value is 218 (85.55% from 255 or 59.24% from 368); Max value from RGB is 218 - color contains mainly: blue. Hex color #6A2CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A2CDA is #95D325. Grayscale: #515151. Windows color (decimal): -9818918 or 14298218. OLE color: 14298218.
HSL color Cylindrical-coordinate representation of color #6A2CDA: hue angle of 261.38º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6A2CDA is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 106 | 44 | 218 | - |
| CMYK | 0.51 | 0.80 | 0 | 0.15 |
| HSL | 261.38º | 0.7% | 0.51% | - |
| HSV(B) | 261.38º | 0.8% | 0.85% | - |
| XYZ | 19.5 | 9.93 | 67.22 | - |
| YUV | 82.37 | 204.54 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 44 | 218 | 0.51 | 0.80 | 0 | 0.15 | 261.38 | 0.7 | 0.51 |
| Hex | 6A | 2C | DA | 33 | 50 | 0 | F | 105 | 46 | 33 |
| Octal | 152 | 54 | 332 | 63 | 120 | 0 | 17 | 405 | 106 | 63 |
| Binary | 1101010 | 101100 | 11011010 | 110011 | 1010000 | 0 | 1111 | 100000101 | 1000110 | 110011 |
Color Harmonies of #6A2CDA
Complementary color
Monochromatic Colors of #6A2CDA
Black with #6A2CDA
Text Example
Text Example
White with #6A2CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2CDA; }
p { color: rgb(106,44,218); }
H1.HeaderClassName
{
color: #6A2CDA;
}
.AnyTagClassName
{
color: #6A2CDA;
}
</style>
background-color css
<style>
a { background-color: #6A2CDA; }
a { background-color: rgb(106,44,218); }
div.DivClassName
{
background-color: #6A2CDA;
}
.BgClassName
{
background-color: #6A2CDA;
}
</style>
border-color css
<style>
span { border-color: #6A2CDA; }
span { border-color: rgb(106,44,218); }
td.TdClassName
{
border-color: #6A2CDA;
}
.TagClassName
{
border-color: #6A2CDA;
}
</style>