Shades of Purple Heart #6835CE
Tints of Purple Heart #6835CE
RGB
CMYK
RGB Variations
Color information
#6835CE (or 0x6835CE) is known color: Purple Heart. HEX triplet: 68, 35 and CE. RGB value is (104,53,206). Sum of RGB (Red+Green+Blue) = 104+53+206=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 53 (21.09% from 255 or 14.60% from 363); Blue value is 206 (80.86% from 255 or 56.75% from 363); Max value from RGB is 206 - color contains mainly: blue. Hex color #6835CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6835CE is #97CA31. Grayscale: #555555. Windows color (decimal): -9947698 or 13514088. OLE color: 13514088.
HSL color Cylindrical-coordinate representation of color #6835CE: hue angle of 260º degrees, saturation: 0.61, 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 #6835CE is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 53 | 206 | - |
| CMYK | 0.50 | 0.74 | 0 | 0.19 |
| HSL | 260º | 0.61% | 0.51% | - |
| HSV(B) | 260º | 0.74% | 0.81% | - |
| XYZ | 18.12 | 9.95 | 59.36 | - |
| YUV | 85.69 | 195.9 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 53 | 206 | 0.50 | 0.74 | 0 | 0.19 | 260 | 0.61 | 0.51 |
| Hex | 68 | 35 | CE | 32 | 4A | 0 | 13 | 104 | 3D | 33 |
| Octal | 150 | 65 | 316 | 62 | 112 | 0 | 23 | 404 | 75 | 63 |
| Binary | 1101000 | 110101 | 11001110 | 110010 | 1001010 | 0 | 10011 | 100000100 | 111101 | 110011 |
Color Harmonies of #6835CE
Complementary color
Monochromatic Colors of #6835CE
Black with #6835CE
Text Example
Text Example
White with #6835CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6835CE; }
p { color: rgb(104,53,206); }
H1.HeaderClassName
{
color: #6835CE;
}
.AnyTagClassName
{
color: #6835CE;
}
</style>
background-color css
<style>
a { background-color: #6835CE; }
a { background-color: rgb(104,53,206); }
div.DivClassName
{
background-color: #6835CE;
}
.BgClassName
{
background-color: #6835CE;
}
</style>
border-color css
<style>
span { border-color: #6835CE; }
span { border-color: rgb(104,53,206); }
td.TdClassName
{
border-color: #6835CE;
}
.TagClassName
{
border-color: #6835CE;
}
</style>