Shades of Purple Heart #6838D7
Tints of Purple Heart #6838D7
RGB
CMYK
RGB Variations
Color information
#6838D7 (or 0x6838D7) is known color: Purple Heart. HEX triplet: 68, 38 and D7. RGB value is (104,56,215). Sum of RGB (Red+Green+Blue) = 104+56+215=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 56 (22.27% from 255 or 14.93% from 375); Blue value is 215 (84.38% from 255 or 57.33% from 375); Max value from RGB is 215 - color contains mainly: blue. Hex color #6838D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6838D7 is #97C728. Grayscale: #575757. Windows color (decimal): -9946921 or 14104680. OLE color: 14104680.
HSL color Cylindrical-coordinate representation of color #6838D7: hue angle of 258.11º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6838D7 is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 56 | 215 | - |
| CMYK | 0.52 | 0.74 | 0 | 0.16 |
| HSL | 258.11º | 0.67% | 0.53% | - |
| HSV(B) | 258.11º | 0.74% | 0.84% | - |
| XYZ | 19.39 | 10.68 | 65.33 | - |
| YUV | 88.48 | 199.4 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 56 | 215 | 0.52 | 0.74 | 0 | 0.16 | 258.11 | 0.67 | 0.53 |
| Hex | 68 | 38 | D7 | 34 | 4A | 0 | 10 | 102 | 43 | 35 |
| Octal | 150 | 70 | 327 | 64 | 112 | 0 | 20 | 402 | 103 | 65 |
| Binary | 1101000 | 111000 | 11010111 | 110100 | 1001010 | 0 | 10000 | 100000010 | 1000011 | 110101 |
Color Harmonies of #6838D7
Complementary color
Monochromatic Colors of #6838D7
Black with #6838D7
Text Example
Text Example
White with #6838D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6838D7; }
p { color: rgb(104,56,215); }
H1.HeaderClassName
{
color: #6838D7;
}
.AnyTagClassName
{
color: #6838D7;
}
</style>
background-color css
<style>
a { background-color: #6838D7; }
a { background-color: rgb(104,56,215); }
div.DivClassName
{
background-color: #6838D7;
}
.BgClassName
{
background-color: #6838D7;
}
</style>
border-color css
<style>
span { border-color: #6838D7; }
span { border-color: rgb(104,56,215); }
td.TdClassName
{
border-color: #6838D7;
}
.TagClassName
{
border-color: #6838D7;
}
</style>