Shades of Purple Heart #6841CF
Tints of Purple Heart #6841CF
RGB
CMYK
RGB Variations
Color information
#6841CF (or 0x6841CF) is known color: Purple Heart. HEX triplet: 68, 41 and CF. RGB value is (104,65,207). Sum of RGB (Red+Green+Blue) = 104+65+207=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 207 (81.25% from 255 or 55.05% from 376); Max value from RGB is 207 - color contains mainly: blue. Hex color #6841CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6841CF is #97BE30. Grayscale: #5C5C5C. Windows color (decimal): -9944625 or 13582696. OLE color: 13582696.
HSL color Cylindrical-coordinate representation of color #6841CF: hue angle of 256.48º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6841CF is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 65 | 207 | - |
| CMYK | 0.50 | 0.69 | 0 | 0.19 |
| HSL | 256.48º | 0.6% | 0.53% | - |
| HSV(B) | 256.48º | 0.69% | 0.81% | - |
| XYZ | 18.86 | 11.23 | 60.2 | - |
| YUV | 92.85 | 192.42 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 65 | 207 | 0.50 | 0.69 | 0 | 0.19 | 256.48 | 0.6 | 0.53 |
| Hex | 68 | 41 | CF | 32 | 45 | 0 | 13 | 100 | 3C | 35 |
| Octal | 150 | 101 | 317 | 62 | 105 | 0 | 23 | 400 | 74 | 65 |
| Binary | 1101000 | 1000001 | 11001111 | 110010 | 1000101 | 0 | 10011 | 100000000 | 111100 | 110101 |
Color Harmonies of #6841CF
Complementary color
Monochromatic Colors of #6841CF
Black with #6841CF
Text Example
Text Example
White with #6841CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6841CF; }
p { color: rgb(104,65,207); }
H1.HeaderClassName
{
color: #6841CF;
}
.AnyTagClassName
{
color: #6841CF;
}
</style>
background-color css
<style>
a { background-color: #6841CF; }
a { background-color: rgb(104,65,207); }
div.DivClassName
{
background-color: #6841CF;
}
.BgClassName
{
background-color: #6841CF;
}
</style>
border-color css
<style>
span { border-color: #6841CF; }
span { border-color: rgb(104,65,207); }
td.TdClassName
{
border-color: #6841CF;
}
.TagClassName
{
border-color: #6841CF;
}
</style>