Shades of Purple Heart #6A3CCD
Tints of Purple Heart #6A3CCD
RGB
CMYK
RGB Variations
Color information
#6A3CCD (or 0x6A3CCD) is known color: Purple Heart. HEX triplet: 6A, 3C and CD. RGB value is (106,60,205). Sum of RGB (Red+Green+Blue) = 106+60+205=371 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.57% from 371); Green value is 60 (23.83% from 255 or 16.17% from 371); Blue value is 205 (80.47% from 255 or 55.26% from 371); Max value from RGB is 205 - color contains mainly: blue. Hex color #6A3CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A3CCD is #95C332. Grayscale: #595959. Windows color (decimal): -9814835 or 13450346. OLE color: 13450346.
HSL color Cylindrical-coordinate representation of color #6A3CCD: hue angle of 259.03º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6A3CCD is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 106 | 60 | 205 | - |
| CMYK | 0.48 | 0.71 | 0 | 0.20 |
| HSL | 259.03º | 0.59% | 0.52% | - |
| HSV(B) | 259.03º | 0.71% | 0.8% | - |
| XYZ | 18.58 | 10.7 | 58.84 | - |
| YUV | 90.28 | 192.74 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 60 | 205 | 0.48 | 0.71 | 0 | 0.20 | 259.03 | 0.59 | 0.52 |
| Hex | 6A | 3C | CD | 30 | 47 | 0 | 14 | 103 | 3B | 34 |
| Octal | 152 | 74 | 315 | 60 | 107 | 0 | 24 | 403 | 73 | 64 |
| Binary | 1101010 | 111100 | 11001101 | 110000 | 1000111 | 0 | 10100 | 100000011 | 111011 | 110100 |
Color Harmonies of #6A3CCD
Complementary color
Monochromatic Colors of #6A3CCD
Black with #6A3CCD
Text Example
Text Example
White with #6A3CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3CCD; }
p { color: rgb(106,60,205); }
H1.HeaderClassName
{
color: #6A3CCD;
}
.AnyTagClassName
{
color: #6A3CCD;
}
</style>
background-color css
<style>
a { background-color: #6A3CCD; }
a { background-color: rgb(106,60,205); }
div.DivClassName
{
background-color: #6A3CCD;
}
.BgClassName
{
background-color: #6A3CCD;
}
</style>
border-color css
<style>
span { border-color: #6A3CCD; }
span { border-color: rgb(106,60,205); }
td.TdClassName
{
border-color: #6A3CCD;
}
.TagClassName
{
border-color: #6A3CCD;
}
</style>