Shades of Purple Heart #6A2ADA
Tints of Purple Heart #6A2ADA
RGB
CMYK
RGB Variations
Color information
#6A2ADA (or 0x6A2ADA) is known color: Purple Heart. HEX triplet: 6A, 2A and DA. RGB value is (106,42,218). Sum of RGB (Red+Green+Blue) = 106+42+218=366 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.96% from 366); Green value is 42 (16.80% from 255 or 11.48% from 366); Blue value is 218 (85.55% from 255 or 59.56% from 366); Max value from RGB is 218 - color contains mainly: blue. Hex color #6A2ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A2ADA is #95D525. Grayscale: #505050. Windows color (decimal): -9819430 or 14297706. OLE color: 14297706.
HSL color Cylindrical-coordinate representation of color #6A2ADA: hue angle of 261.82º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6A2ADA is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 106 | 42 | 218 | - |
| CMYK | 0.51 | 0.81 | 0 | 0.15 |
| HSL | 261.82º | 0.7% | 0.51% | - |
| HSV(B) | 261.82º | 0.81% | 0.85% | - |
| XYZ | 19.43 | 9.78 | 67.19 | - |
| YUV | 81.2 | 205.2 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 42 | 218 | 0.51 | 0.81 | 0 | 0.15 | 261.82 | 0.7 | 0.51 |
| Hex | 6A | 2A | DA | 33 | 51 | 0 | F | 106 | 46 | 33 |
| Octal | 152 | 52 | 332 | 63 | 121 | 0 | 17 | 406 | 106 | 63 |
| Binary | 1101010 | 101010 | 11011010 | 110011 | 1010001 | 0 | 1111 | 100000110 | 1000110 | 110011 |
Color Harmonies of #6A2ADA
Complementary color
Monochromatic Colors of #6A2ADA
Black with #6A2ADA
Text Example
Text Example
White with #6A2ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2ADA; }
p { color: rgb(106,42,218); }
H1.HeaderClassName
{
color: #6A2ADA;
}
.AnyTagClassName
{
color: #6A2ADA;
}
</style>
background-color css
<style>
a { background-color: #6A2ADA; }
a { background-color: rgb(106,42,218); }
div.DivClassName
{
background-color: #6A2ADA;
}
.BgClassName
{
background-color: #6A2ADA;
}
</style>
border-color css
<style>
span { border-color: #6A2ADA; }
span { border-color: rgb(106,42,218); }
td.TdClassName
{
border-color: #6A2ADA;
}
.TagClassName
{
border-color: #6A2ADA;
}
</style>