Shades of Purple Heart #6937DA
Tints of Purple Heart #6937DA
RGB
CMYK
RGB Variations
Color information
#6937DA (or 0x6937DA) is known color: Purple Heart. HEX triplet: 69, 37 and DA. RGB value is (105,55,218). Sum of RGB (Red+Green+Blue) = 105+55+218=378 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.78% from 378); Green value is 55 (21.88% from 255 or 14.55% from 378); Blue value is 218 (85.55% from 255 or 57.67% from 378); Max value from RGB is 218 - color contains mainly: blue. Hex color #6937DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6937DA is #96C825. Grayscale: #575757. Windows color (decimal): -9881638 or 14301033. OLE color: 14301033.
HSL color Cylindrical-coordinate representation of color #6937DA: hue angle of 258.4º 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 #6937DA is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 55 | 218 | - |
| CMYK | 0.52 | 0.75 | 0 | 0.15 |
| HSL | 258.4º | 0.69% | 0.54% | - |
| HSV(B) | 258.4º | 0.75% | 0.85% | - |
| XYZ | 19.85 | 10.8 | 67.37 | - |
| YUV | 88.53 | 201.07 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 55 | 218 | 0.52 | 0.75 | 0 | 0.15 | 258.4 | 0.69 | 0.54 |
| Hex | 69 | 37 | DA | 34 | 4B | 0 | F | 102 | 45 | 36 |
| Octal | 151 | 67 | 332 | 64 | 113 | 0 | 17 | 402 | 105 | 66 |
| Binary | 1101001 | 110111 | 11011010 | 110100 | 1001011 | 0 | 1111 | 100000010 | 1000101 | 110110 |
Color Harmonies of #6937DA
Complementary color
Monochromatic Colors of #6937DA
Black with #6937DA
Text Example
Text Example
White with #6937DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6937DA; }
p { color: rgb(105,55,218); }
H1.HeaderClassName
{
color: #6937DA;
}
.AnyTagClassName
{
color: #6937DA;
}
</style>
background-color css
<style>
a { background-color: #6937DA; }
a { background-color: rgb(105,55,218); }
div.DivClassName
{
background-color: #6937DA;
}
.BgClassName
{
background-color: #6937DA;
}
</style>
border-color css
<style>
span { border-color: #6937DA; }
span { border-color: rgb(105,55,218); }
td.TdClassName
{
border-color: #6937DA;
}
.TagClassName
{
border-color: #6937DA;
}
</style>