Shades of Purple Heart #6838BF
Tints of Purple Heart #6838BF
RGB
CMYK
RGB Variations
Color information
#6838BF (or 0x6838BF) is known color: Purple Heart. HEX triplet: 68, 38 and BF. RGB value is (104,56,191). Sum of RGB (Red+Green+Blue) = 104+56+191=351 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.63% from 351); Green value is 56 (22.27% from 255 or 15.95% from 351); Blue value is 191 (75% from 255 or 54.42% from 351); Max value from RGB is 191 - color contains mainly: blue. Hex color #6838BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6838BF is #97C740. Grayscale: #555555. Windows color (decimal): -9946945 or 12531816. OLE color: 12531816.
HSL color Cylindrical-coordinate representation of color #6838BF: hue angle of 261.33º degrees, saturation: 0.55, 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 #6838BF is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 56 | 191 | - |
| CMYK | 0.46 | 0.71 | 0 | 0.25 |
| HSL | 261.33º | 0.55% | 0.48% | - |
| HSV(B) | 261.33º | 0.71% | 0.75% | - |
| XYZ | 16.53 | 9.53 | 50.26 | - |
| YUV | 85.74 | 187.4 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 56 | 191 | 0.46 | 0.71 | 0 | 0.25 | 261.33 | 0.55 | 0.48 |
| Hex | 68 | 38 | BF | 2E | 47 | 0 | 19 | 105 | 37 | 30 |
| Octal | 150 | 70 | 277 | 56 | 107 | 0 | 31 | 405 | 67 | 60 |
| Binary | 1101000 | 111000 | 10111111 | 101110 | 1000111 | 0 | 11001 | 100000101 | 110111 | 110000 |
Color Harmonies of #6838BF
Complementary color
Monochromatic Colors of #6838BF
Black with #6838BF
Text Example
Text Example
White with #6838BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6838BF; }
p { color: rgb(104,56,191); }
H1.HeaderClassName
{
color: #6838BF;
}
.AnyTagClassName
{
color: #6838BF;
}
</style>
background-color css
<style>
a { background-color: #6838BF; }
a { background-color: rgb(104,56,191); }
div.DivClassName
{
background-color: #6838BF;
}
.BgClassName
{
background-color: #6838BF;
}
</style>
border-color css
<style>
span { border-color: #6838BF; }
span { border-color: rgb(104,56,191); }
td.TdClassName
{
border-color: #6838BF;
}
.TagClassName
{
border-color: #6838BF;
}
</style>