Shades of Purple Heart #6838BC
Tints of Purple Heart #6838BC
RGB
CMYK
RGB Variations
Color information
#6838BC (or 0x6838BC) is known color: Purple Heart. HEX triplet: 68, 38 and BC. RGB value is (104,56,188). Sum of RGB (Red+Green+Blue) = 104+56+188=348 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.89% from 348); Green value is 56 (22.27% from 255 or 16.09% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #6838BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6838BC is #97C743. Grayscale: #545454. Windows color (decimal): -9946948 or 12335208. OLE color: 12335208.
HSL color Cylindrical-coordinate representation of color #6838BC: hue angle of 261.82º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6838BC is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 56 | 188 | - |
| CMYK | 0.45 | 0.70 | 0 | 0.26 |
| HSL | 261.82º | 0.54% | 0.48% | - |
| HSV(B) | 261.82º | 0.7% | 0.74% | - |
| XYZ | 16.2 | 9.4 | 48.54 | - |
| YUV | 85.4 | 185.9 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 56 | 188 | 0.45 | 0.70 | 0 | 0.26 | 261.82 | 0.54 | 0.48 |
| Hex | 68 | 38 | BC | 2D | 46 | 0 | 1A | 106 | 36 | 30 |
| Octal | 150 | 70 | 274 | 55 | 106 | 0 | 32 | 406 | 66 | 60 |
| Binary | 1101000 | 111000 | 10111100 | 101101 | 1000110 | 0 | 11010 | 100000110 | 110110 | 110000 |
Color Harmonies of #6838BC
Complementary color
Monochromatic Colors of #6838BC
Black with #6838BC
Text Example
Text Example
White with #6838BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6838BC; }
p { color: rgb(104,56,188); }
H1.HeaderClassName
{
color: #6838BC;
}
.AnyTagClassName
{
color: #6838BC;
}
</style>
background-color css
<style>
a { background-color: #6838BC; }
a { background-color: rgb(104,56,188); }
div.DivClassName
{
background-color: #6838BC;
}
.BgClassName
{
background-color: #6838BC;
}
</style>
border-color css
<style>
span { border-color: #6838BC; }
span { border-color: rgb(104,56,188); }
td.TdClassName
{
border-color: #6838BC;
}
.TagClassName
{
border-color: #6838BC;
}
</style>