Shades of Purple Heart #6C0AD6
Tints of Purple Heart #6C0AD6
RGB
CMYK
RGB Variations
Color information
#6C0AD6 (or 0x6C0AD6) is known color: Purple Heart. HEX triplet: 6C, 0A and D6. RGB value is (108,10,214). Sum of RGB (Red+Green+Blue) = 108+10+214=332 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.53% from 332); Green value is 10 (4.30% from 255 or 3.01% from 332); Blue value is 214 (83.98% from 255 or 64.46% from 332); Max value from RGB is 214 - color contains mainly: blue. Hex color #6C0AD6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C0AD6 is #93F529. Grayscale: #3D3D3D. Windows color (decimal): -9696554 or 14027372. OLE color: 14027372.
HSL color Cylindrical-coordinate representation of color #6C0AD6: hue angle of 268.82º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6C0AD6 is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 108 | 10 | 214 | - |
| CMYK | 0.50 | 0.95 | 0 | 0.16 |
| HSL | 268.82º | 0.91% | 0.44% | - |
| HSV(B) | 268.82º | 0.95% | 0.84% | - |
| XYZ | 18.43 | 8.26 | 64.24 | - |
| YUV | 62.56 | 213.47 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 10 | 214 | 0.50 | 0.95 | 0 | 0.16 | 268.82 | 0.91 | 0.44 |
| Hex | 6C | A | D6 | 32 | 5F | 0 | 10 | 10D | 5B | 2C |
| Octal | 154 | 12 | 326 | 62 | 137 | 0 | 20 | 415 | 133 | 54 |
| Binary | 1101100 | 1010 | 11010110 | 110010 | 1011111 | 0 | 10000 | 100001101 | 1011011 | 101100 |
Color Harmonies of #6C0AD6
Complementary color
Monochromatic Colors of #6C0AD6
Black with #6C0AD6
Text Example
Text Example
White with #6C0AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C0AD6; }
p { color: rgb(108,10,214); }
H1.HeaderClassName
{
color: #6C0AD6;
}
.AnyTagClassName
{
color: #6C0AD6;
}
</style>
background-color css
<style>
a { background-color: #6C0AD6; }
a { background-color: rgb(108,10,214); }
div.DivClassName
{
background-color: #6C0AD6;
}
.BgClassName
{
background-color: #6C0AD6;
}
</style>
border-color css
<style>
span { border-color: #6C0AD6; }
span { border-color: rgb(108,10,214); }
td.TdClassName
{
border-color: #6C0AD6;
}
.TagClassName
{
border-color: #6C0AD6;
}
</style>