Shades of Purple Heart #6A3ECC
Tints of Purple Heart #6A3ECC
RGB
CMYK
RGB Variations
Color information
#6A3ECC (or 0x6A3ECC) is known color: Purple Heart. HEX triplet: 6A, 3E and CC. RGB value is (106,62,204). Sum of RGB (Red+Green+Blue) = 106+62+204=372 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.49% from 372); Green value is 62 (24.61% from 255 or 16.67% from 372); Blue value is 204 (80.08% from 255 or 54.84% from 372); Max value from RGB is 204 - color contains mainly: blue. Hex color #6A3ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A3ECC is #95C133. Grayscale: #5A5A5A. Windows color (decimal): -9814324 or 13385322. OLE color: 13385322.
HSL color Cylindrical-coordinate representation of color #6A3ECC: hue angle of 258.59º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6A3ECC is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 106 | 62 | 204 | - |
| CMYK | 0.48 | 0.70 | 0 | 0.2 |
| HSL | 258.59º | 0.58% | 0.52% | - |
| HSV(B) | 258.59º | 0.7% | 0.8% | - |
| XYZ | 18.57 | 10.87 | 58.25 | - |
| YUV | 91.34 | 191.58 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 62 | 204 | 0.48 | 0.70 | 0 | 0.2 | 258.59 | 0.58 | 0.52 |
| Hex | 6A | 3E | CC | 30 | 46 | 0 | 14 | 103 | 3A | 34 |
| Octal | 152 | 76 | 314 | 60 | 106 | 0 | 24 | 403 | 72 | 64 |
| Binary | 1101010 | 111110 | 11001100 | 110000 | 1000110 | 0 | 10100 | 100000011 | 111010 | 110100 |
Color Harmonies of #6A3ECC
Complementary color
Monochromatic Colors of #6A3ECC
Black with #6A3ECC
Text Example
Text Example
White with #6A3ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3ECC; }
p { color: rgb(106,62,204); }
H1.HeaderClassName
{
color: #6A3ECC;
}
.AnyTagClassName
{
color: #6A3ECC;
}
</style>
background-color css
<style>
a { background-color: #6A3ECC; }
a { background-color: rgb(106,62,204); }
div.DivClassName
{
background-color: #6A3ECC;
}
.BgClassName
{
background-color: #6A3ECC;
}
</style>
border-color css
<style>
span { border-color: #6A3ECC; }
span { border-color: rgb(106,62,204); }
td.TdClassName
{
border-color: #6A3ECC;
}
.TagClassName
{
border-color: #6A3ECC;
}
</style>