Shades of Purple Heart #6C20DF
Tints of Purple Heart #6C20DF
RGB
CMYK
RGB Variations
Color information
#6C20DF (or 0x6C20DF) is known color: Purple Heart. HEX triplet: 6C, 20 and DF. RGB value is (108,32,223). Sum of RGB (Red+Green+Blue) = 108+32+223=363 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.75% from 363); Green value is 32 (12.89% from 255 or 8.82% from 363); Blue value is 223 (87.5% from 255 or 61.43% from 363); Max value from RGB is 223 - color contains mainly: blue. Hex color #6C20DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C20DF is #93DF20. Grayscale: #4B4B4B. Windows color (decimal): -9690913 or 14622828. OLE color: 14622828.
HSL color Cylindrical-coordinate representation of color #6C20DF: hue angle of 263.87º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6C20DF is Cyan = 0.52, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 32 | 223 | - |
| CMYK | 0.52 | 0.86 | 0 | 0.13 |
| HSL | 263.87º | 0.75% | 0.5% | - |
| HSV(B) | 263.87º | 0.86% | 0.87% | - |
| XYZ | 20.02 | 9.55 | 70.6 | - |
| YUV | 76.5 | 210.68 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 32 | 223 | 0.52 | 0.86 | 0 | 0.13 | 263.87 | 0.75 | 0.5 |
| Hex | 6C | 20 | DF | 34 | 56 | 0 | D | 108 | 4B | 32 |
| Octal | 154 | 40 | 337 | 64 | 126 | 0 | 15 | 410 | 113 | 62 |
| Binary | 1101100 | 100000 | 11011111 | 110100 | 1010110 | 0 | 1101 | 100001000 | 1001011 | 110010 |
Color Harmonies of #6C20DF
Complementary color
Monochromatic Colors of #6C20DF
Black with #6C20DF
Text Example
Text Example
White with #6C20DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C20DF; }
p { color: rgb(108,32,223); }
H1.HeaderClassName
{
color: #6C20DF;
}
.AnyTagClassName
{
color: #6C20DF;
}
</style>
background-color css
<style>
a { background-color: #6C20DF; }
a { background-color: rgb(108,32,223); }
div.DivClassName
{
background-color: #6C20DF;
}
.BgClassName
{
background-color: #6C20DF;
}
</style>
border-color css
<style>
span { border-color: #6C20DF; }
span { border-color: rgb(108,32,223); }
td.TdClassName
{
border-color: #6C20DF;
}
.TagClassName
{
border-color: #6C20DF;
}
</style>