Shades of Purple Heart #6838BE
Tints of Purple Heart #6838BE
RGB
CMYK
RGB Variations
Color information
#6838BE (or 0x6838BE) is known color: Purple Heart. HEX triplet: 68, 38 and BE. RGB value is (104,56,190). Sum of RGB (Red+Green+Blue) = 104+56+190=350 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.71% from 350); Green value is 56 (22.27% from 255 or 16% from 350); Blue value is 190 (74.61% from 255 or 54.29% from 350); Max value from RGB is 190 - color contains mainly: blue. Hex color #6838BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6838BE is #97C741. Grayscale: #555555. Windows color (decimal): -9946946 or 12466280. OLE color: 12466280.
HSL color Cylindrical-coordinate representation of color #6838BE: hue angle of 261.49º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6838BE is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 56 | 190 | - |
| CMYK | 0.45 | 0.71 | 0 | 0.25 |
| HSL | 261.49º | 0.54% | 0.48% | - |
| HSV(B) | 261.49º | 0.71% | 0.75% | - |
| XYZ | 16.42 | 9.49 | 49.68 | - |
| YUV | 85.63 | 186.9 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 56 | 190 | 0.45 | 0.71 | 0 | 0.25 | 261.49 | 0.54 | 0.48 |
| Hex | 68 | 38 | BE | 2D | 47 | 0 | 19 | 105 | 36 | 30 |
| Octal | 150 | 70 | 276 | 55 | 107 | 0 | 31 | 405 | 66 | 60 |
| Binary | 1101000 | 111000 | 10111110 | 101101 | 1000111 | 0 | 11001 | 100000101 | 110110 | 110000 |
Color Harmonies of #6838BE
Complementary color
Monochromatic Colors of #6838BE
Black with #6838BE
Text Example
Text Example
White with #6838BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6838BE; }
p { color: rgb(104,56,190); }
H1.HeaderClassName
{
color: #6838BE;
}
.AnyTagClassName
{
color: #6838BE;
}
</style>
background-color css
<style>
a { background-color: #6838BE; }
a { background-color: rgb(104,56,190); }
div.DivClassName
{
background-color: #6838BE;
}
.BgClassName
{
background-color: #6838BE;
}
</style>
border-color css
<style>
span { border-color: #6838BE; }
span { border-color: rgb(104,56,190); }
td.TdClassName
{
border-color: #6838BE;
}
.TagClassName
{
border-color: #6838BE;
}
</style>