Shades of Purple Heart #6836BC
Tints of Purple Heart #6836BC
RGB
CMYK
RGB Variations
Color information
#6836BC (or 0x6836BC) is known color: Purple Heart. HEX triplet: 68, 36 and BC. RGB value is (104,54,188). Sum of RGB (Red+Green+Blue) = 104+54+188=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #6836BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6836BC is #97C943. Grayscale: #535353. Windows color (decimal): -9947460 or 12334696. OLE color: 12334696.
HSL color Cylindrical-coordinate representation of color #6836BC: hue angle of 262.39º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6836BC is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 54 | 188 | - |
| CMYK | 0.45 | 0.71 | 0 | 0.26 |
| HSL | 262.39º | 0.55% | 0.47% | - |
| HSV(B) | 262.39º | 0.71% | 0.74% | - |
| XYZ | 16.11 | 9.21 | 48.51 | - |
| YUV | 84.23 | 186.57 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 54 | 188 | 0.45 | 0.71 | 0 | 0.26 | 262.39 | 0.55 | 0.47 |
| Hex | 68 | 36 | BC | 2D | 47 | 0 | 1A | 106 | 37 | 2F |
| Octal | 150 | 66 | 274 | 55 | 107 | 0 | 32 | 406 | 67 | 57 |
| Binary | 1101000 | 110110 | 10111100 | 101101 | 1000111 | 0 | 11010 | 100000110 | 110111 | 101111 |
Color Harmonies of #6836BC
Complementary color
Monochromatic Colors of #6836BC
Black with #6836BC
Text Example
Text Example
White with #6836BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6836BC; }
p { color: rgb(104,54,188); }
H1.HeaderClassName
{
color: #6836BC;
}
.AnyTagClassName
{
color: #6836BC;
}
</style>
background-color css
<style>
a { background-color: #6836BC; }
a { background-color: rgb(104,54,188); }
div.DivClassName
{
background-color: #6836BC;
}
.BgClassName
{
background-color: #6836BC;
}
</style>
border-color css
<style>
span { border-color: #6836BC; }
span { border-color: rgb(104,54,188); }
td.TdClassName
{
border-color: #6836BC;
}
.TagClassName
{
border-color: #6836BC;
}
</style>