Shades of Purple Heart #6835BC
Tints of Purple Heart #6835BC
RGB
CMYK
RGB Variations
Color information
#6835BC (or 0x6835BC) is known color: Purple Heart. HEX triplet: 68, 35 and BC. RGB value is (104,53,188). Sum of RGB (Red+Green+Blue) = 104+53+188=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 53 (21.09% from 255 or 15.36% from 345); Blue value is 188 (73.83% from 255 or 54.49% from 345); Max value from RGB is 188 - color contains mainly: blue. Hex color #6835BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6835BC is #97CA43. Grayscale: #535353. Windows color (decimal): -9947716 or 12334440. OLE color: 12334440.
HSL color Cylindrical-coordinate representation of color #6835BC: hue angle of 262.67º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6835BC is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 53 | 188 | - |
| CMYK | 0.45 | 0.72 | 0 | 0.26 |
| HSL | 262.67º | 0.56% | 0.47% | - |
| HSV(B) | 262.67º | 0.72% | 0.74% | - |
| XYZ | 16.06 | 9.12 | 48.49 | - |
| YUV | 83.64 | 186.9 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 53 | 188 | 0.45 | 0.72 | 0 | 0.26 | 262.67 | 0.56 | 0.47 |
| Hex | 68 | 35 | BC | 2D | 48 | 0 | 1A | 107 | 38 | 2F |
| Octal | 150 | 65 | 274 | 55 | 110 | 0 | 32 | 407 | 70 | 57 |
| Binary | 1101000 | 110101 | 10111100 | 101101 | 1001000 | 0 | 11010 | 100000111 | 111000 | 101111 |
Color Harmonies of #6835BC
Complementary color
Monochromatic Colors of #6835BC
Black with #6835BC
Text Example
Text Example
White with #6835BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6835BC; }
p { color: rgb(104,53,188); }
H1.HeaderClassName
{
color: #6835BC;
}
.AnyTagClassName
{
color: #6835BC;
}
</style>
background-color css
<style>
a { background-color: #6835BC; }
a { background-color: rgb(104,53,188); }
div.DivClassName
{
background-color: #6835BC;
}
.BgClassName
{
background-color: #6835BC;
}
</style>
border-color css
<style>
span { border-color: #6835BC; }
span { border-color: rgb(104,53,188); }
td.TdClassName
{
border-color: #6835BC;
}
.TagClassName
{
border-color: #6835BC;
}
</style>