Shades of Purple Heart #6838E2
Tints of Purple Heart #6838E2
RGB
CMYK
RGB Variations
Color information
#6838E2 (or 0x6838E2) is known color: Purple Heart. HEX triplet: 68, 38 and E2. RGB value is (104,56,226). Sum of RGB (Red+Green+Blue) = 104+56+226=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 56 (22.27% from 255 or 14.51% from 386); Blue value is 226 (88.67% from 255 or 58.55% from 386); Max value from RGB is 226 - color contains mainly: blue. Hex color #6838E2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6838E2 is #97C71D. Grayscale: #595959. Windows color (decimal): -9946910 or 14825576. OLE color: 14825576.
HSL color Cylindrical-coordinate representation of color #6838E2: hue angle of 256.94º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6838E2 is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 104 | 56 | 226 | - |
| CMYK | 0.54 | 0.75 | 0 | 0.11 |
| HSL | 256.94º | 0.75% | 0.55% | - |
| HSV(B) | 256.94º | 0.75% | 0.89% | - |
| XYZ | 20.85 | 11.26 | 73.03 | - |
| YUV | 89.73 | 204.9 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 56 | 226 | 0.54 | 0.75 | 0 | 0.11 | 256.94 | 0.75 | 0.55 |
| Hex | 68 | 38 | E2 | 36 | 4B | 0 | B | 101 | 4B | 37 |
| Octal | 150 | 70 | 342 | 66 | 113 | 0 | 13 | 401 | 113 | 67 |
| Binary | 1101000 | 111000 | 11100010 | 110110 | 1001011 | 0 | 1011 | 100000001 | 1001011 | 110111 |
Color Harmonies of #6838E2
Complementary color
Monochromatic Colors of #6838E2
Black with #6838E2
Text Example
Text Example
White with #6838E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6838E2; }
p { color: rgb(104,56,226); }
H1.HeaderClassName
{
color: #6838E2;
}
.AnyTagClassName
{
color: #6838E2;
}
</style>
background-color css
<style>
a { background-color: #6838E2; }
a { background-color: rgb(104,56,226); }
div.DivClassName
{
background-color: #6838E2;
}
.BgClassName
{
background-color: #6838E2;
}
</style>
border-color css
<style>
span { border-color: #6838E2; }
span { border-color: rgb(104,56,226); }
td.TdClassName
{
border-color: #6838E2;
}
.TagClassName
{
border-color: #6838E2;
}
</style>