Shades of Purple Heart #6835CF
Tints of Purple Heart #6835CF
RGB
CMYK
RGB Variations
Color information
#6835CF (or 0x6835CF) is known color: Purple Heart. HEX triplet: 68, 35 and CF. RGB value is (104,53,207). Sum of RGB (Red+Green+Blue) = 104+53+207=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 53 (21.09% from 255 or 14.56% from 364); Blue value is 207 (81.25% from 255 or 56.87% from 364); Max value from RGB is 207 - color contains mainly: blue. Hex color #6835CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6835CF is #97CA30. Grayscale: #555555. Windows color (decimal): -9947697 or 13579624. OLE color: 13579624.
HSL color Cylindrical-coordinate representation of color #6835CF: hue angle of 259.87º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6835CF is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 53 | 207 | - |
| CMYK | 0.50 | 0.74 | 0 | 0.19 |
| HSL | 259.87º | 0.62% | 0.51% | - |
| HSV(B) | 259.87º | 0.74% | 0.81% | - |
| XYZ | 18.24 | 9.99 | 60 | - |
| YUV | 85.81 | 196.4 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 53 | 207 | 0.50 | 0.74 | 0 | 0.19 | 259.87 | 0.62 | 0.51 |
| Hex | 68 | 35 | CF | 32 | 4A | 0 | 13 | 104 | 3E | 33 |
| Octal | 150 | 65 | 317 | 62 | 112 | 0 | 23 | 404 | 76 | 63 |
| Binary | 1101000 | 110101 | 11001111 | 110010 | 1001010 | 0 | 10011 | 100000100 | 111110 | 110011 |
Color Harmonies of #6835CF
Complementary color
Monochromatic Colors of #6835CF
Black with #6835CF
Text Example
Text Example
White with #6835CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6835CF; }
p { color: rgb(104,53,207); }
H1.HeaderClassName
{
color: #6835CF;
}
.AnyTagClassName
{
color: #6835CF;
}
</style>
background-color css
<style>
a { background-color: #6835CF; }
a { background-color: rgb(104,53,207); }
div.DivClassName
{
background-color: #6835CF;
}
.BgClassName
{
background-color: #6835CF;
}
</style>
border-color css
<style>
span { border-color: #6835CF; }
span { border-color: rgb(104,53,207); }
td.TdClassName
{
border-color: #6835CF;
}
.TagClassName
{
border-color: #6835CF;
}
</style>