Shades of Purple Heart #6837DA
Tints of Purple Heart #6837DA
RGB
CMYK
RGB Variations
Color information
#6837DA (or 0x6837DA) is known color: Purple Heart. HEX triplet: 68, 37 and DA. RGB value is (104,55,218). Sum of RGB (Red+Green+Blue) = 104+55+218=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 55 (21.88% from 255 or 14.59% from 377); Blue value is 218 (85.55% from 255 or 57.82% from 377); Max value from RGB is 218 - color contains mainly: blue. Hex color #6837DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6837DA is #97C825. Grayscale: #575757. Windows color (decimal): -9947174 or 14301032. OLE color: 14301032.
HSL color Cylindrical-coordinate representation of color #6837DA: hue angle of 258.04º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6837DA is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 55 | 218 | - |
| CMYK | 0.52 | 0.75 | 0 | 0.15 |
| HSL | 258.04º | 0.69% | 0.54% | - |
| HSV(B) | 258.04º | 0.75% | 0.85% | - |
| XYZ | 19.73 | 10.74 | 67.36 | - |
| YUV | 88.23 | 201.23 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 55 | 218 | 0.52 | 0.75 | 0 | 0.15 | 258.04 | 0.69 | 0.54 |
| Hex | 68 | 37 | DA | 34 | 4B | 0 | F | 102 | 45 | 36 |
| Octal | 150 | 67 | 332 | 64 | 113 | 0 | 17 | 402 | 105 | 66 |
| Binary | 1101000 | 110111 | 11011010 | 110100 | 1001011 | 0 | 1111 | 100000010 | 1000101 | 110110 |
Color Harmonies of #6837DA
Complementary color
Monochromatic Colors of #6837DA
Black with #6837DA
Text Example
Text Example
White with #6837DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6837DA; }
p { color: rgb(104,55,218); }
H1.HeaderClassName
{
color: #6837DA;
}
.AnyTagClassName
{
color: #6837DA;
}
</style>
background-color css
<style>
a { background-color: #6837DA; }
a { background-color: rgb(104,55,218); }
div.DivClassName
{
background-color: #6837DA;
}
.BgClassName
{
background-color: #6837DA;
}
</style>
border-color css
<style>
span { border-color: #6837DA; }
span { border-color: rgb(104,55,218); }
td.TdClassName
{
border-color: #6837DA;
}
.TagClassName
{
border-color: #6837DA;
}
</style>