Shades of Purple Heart #6C3CDF
Tints of Purple Heart #6C3CDF
RGB
CMYK
RGB Variations
Color information
#6C3CDF (or 0x6C3CDF) is known color: Purple Heart. HEX triplet: 6C, 3C and DF. RGB value is (108,60,223). Sum of RGB (Red+Green+Blue) = 108+60+223=391 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.62% from 391); Green value is 60 (23.83% from 255 or 15.35% from 391); Blue value is 223 (87.5% from 255 or 57.03% from 391); Max value from RGB is 223 - color contains mainly: blue. Hex color #6C3CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C3CDF is #93C320. Grayscale: #5C5C5C. Windows color (decimal): -9683745 or 14629996. OLE color: 14629996.
HSL color Cylindrical-coordinate representation of color #6C3CDF: hue angle of 257.67º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6C3CDF is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 60 | 223 | - |
| CMYK | 0.52 | 0.73 | 0 | 0.13 |
| HSL | 257.67º | 0.72% | 0.55% | - |
| HSV(B) | 257.67º | 0.73% | 0.87% | - |
| XYZ | 21.12 | 11.75 | 70.97 | - |
| YUV | 92.93 | 201.4 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 60 | 223 | 0.52 | 0.73 | 0 | 0.13 | 257.67 | 0.72 | 0.55 |
| Hex | 6C | 3C | DF | 34 | 49 | 0 | D | 102 | 48 | 37 |
| Octal | 154 | 74 | 337 | 64 | 111 | 0 | 15 | 402 | 110 | 67 |
| Binary | 1101100 | 111100 | 11011111 | 110100 | 1001001 | 0 | 1101 | 100000010 | 1001000 | 110111 |
Color Harmonies of #6C3CDF
Complementary color
Monochromatic Colors of #6C3CDF
Black with #6C3CDF
Text Example
Text Example
White with #6C3CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3CDF; }
p { color: rgb(108,60,223); }
H1.HeaderClassName
{
color: #6C3CDF;
}
.AnyTagClassName
{
color: #6C3CDF;
}
</style>
background-color css
<style>
a { background-color: #6C3CDF; }
a { background-color: rgb(108,60,223); }
div.DivClassName
{
background-color: #6C3CDF;
}
.BgClassName
{
background-color: #6C3CDF;
}
</style>
border-color css
<style>
span { border-color: #6C3CDF; }
span { border-color: rgb(108,60,223); }
td.TdClassName
{
border-color: #6C3CDF;
}
.TagClassName
{
border-color: #6C3CDF;
}
</style>