Shades of Purple Heart #6C20CF
Tints of Purple Heart #6C20CF
RGB
CMYK
RGB Variations
Color information
#6C20CF (or 0x6C20CF) is known color: Purple Heart. HEX triplet: 6C, 20 and CF. RGB value is (108,32,207). Sum of RGB (Red+Green+Blue) = 108+32+207=347 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.12% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 207 (81.25% from 255 or 59.65% from 347); Max value from RGB is 207 - color contains mainly: blue. Hex color #6C20CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C20CF is #93DF30. Grayscale: #4A4A4A. Windows color (decimal): -9690929 or 13574252. OLE color: 13574252.
HSL color Cylindrical-coordinate representation of color #6C20CF: hue angle of 266.06º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6C20CF is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 32 | 207 | - |
| CMYK | 0.48 | 0.85 | 0 | 0.19 |
| HSL | 266.06º | 0.73% | 0.47% | - |
| HSV(B) | 266.06º | 0.85% | 0.81% | - |
| XYZ | 17.96 | 8.73 | 59.77 | - |
| YUV | 74.67 | 202.68 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 32 | 207 | 0.48 | 0.85 | 0 | 0.19 | 266.06 | 0.73 | 0.47 |
| Hex | 6C | 20 | CF | 30 | 55 | 0 | 13 | 10A | 49 | 2F |
| Octal | 154 | 40 | 317 | 60 | 125 | 0 | 23 | 412 | 111 | 57 |
| Binary | 1101100 | 100000 | 11001111 | 110000 | 1010101 | 0 | 10011 | 100001010 | 1001001 | 101111 |
Color Harmonies of #6C20CF
Complementary color
Monochromatic Colors of #6C20CF
Black with #6C20CF
Text Example
Text Example
White with #6C20CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C20CF; }
p { color: rgb(108,32,207); }
H1.HeaderClassName
{
color: #6C20CF;
}
.AnyTagClassName
{
color: #6C20CF;
}
</style>
background-color css
<style>
a { background-color: #6C20CF; }
a { background-color: rgb(108,32,207); }
div.DivClassName
{
background-color: #6C20CF;
}
.BgClassName
{
background-color: #6C20CF;
}
</style>
border-color css
<style>
span { border-color: #6C20CF; }
span { border-color: rgb(108,32,207); }
td.TdClassName
{
border-color: #6C20CF;
}
.TagClassName
{
border-color: #6C20CF;
}
</style>