Shades of Purple Heart #6A3CDC
Tints of Purple Heart #6A3CDC
RGB
CMYK
RGB Variations
Color information
#6A3CDC (or 0x6A3CDC) is known color: Purple Heart. HEX triplet: 6A, 3C and DC. RGB value is (106,60,220). Sum of RGB (Red+Green+Blue) = 106+60+220=386 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.46% from 386); Green value is 60 (23.83% from 255 or 15.54% from 386); Blue value is 220 (86.33% from 255 or 56.99% from 386); Max value from RGB is 220 - color contains mainly: blue. Hex color #6A3CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A3CDC is #95C323. Grayscale: #5B5B5B. Windows color (decimal): -9814820 or 14433386. OLE color: 14433386.
HSL color Cylindrical-coordinate representation of color #6A3CDC: hue angle of 257.25º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6A3CDC is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 60 | 220 | - |
| CMYK | 0.52 | 0.73 | 0 | 0.14 |
| HSL | 257.25º | 0.7% | 0.55% | - |
| HSV(B) | 257.25º | 0.73% | 0.86% | - |
| XYZ | 20.48 | 11.46 | 68.84 | - |
| YUV | 91.99 | 200.24 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 60 | 220 | 0.52 | 0.73 | 0 | 0.14 | 257.25 | 0.7 | 0.55 |
| Hex | 6A | 3C | DC | 34 | 49 | 0 | E | 101 | 46 | 37 |
| Octal | 152 | 74 | 334 | 64 | 111 | 0 | 16 | 401 | 106 | 67 |
| Binary | 1101010 | 111100 | 11011100 | 110100 | 1001001 | 0 | 1110 | 100000001 | 1000110 | 110111 |
Color Harmonies of #6A3CDC
Complementary color
Monochromatic Colors of #6A3CDC
Black with #6A3CDC
Text Example
Text Example
White with #6A3CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3CDC; }
p { color: rgb(106,60,220); }
H1.HeaderClassName
{
color: #6A3CDC;
}
.AnyTagClassName
{
color: #6A3CDC;
}
</style>
background-color css
<style>
a { background-color: #6A3CDC; }
a { background-color: rgb(106,60,220); }
div.DivClassName
{
background-color: #6A3CDC;
}
.BgClassName
{
background-color: #6A3CDC;
}
</style>
border-color css
<style>
span { border-color: #6A3CDC; }
span { border-color: rgb(106,60,220); }
td.TdClassName
{
border-color: #6A3CDC;
}
.TagClassName
{
border-color: #6A3CDC;
}
</style>