Shades of Purple Heart #6937DF
Tints of Purple Heart #6937DF
RGB
CMYK
RGB Variations
Color information
#6937DF (or 0x6937DF) is known color: Purple Heart. HEX triplet: 69, 37 and DF. RGB value is (105,55,223). Sum of RGB (Red+Green+Blue) = 105+55+223=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 55 (21.88% from 255 or 14.36% from 383); Blue value is 223 (87.5% from 255 or 58.22% from 383); Max value from RGB is 223 - color contains mainly: blue. Hex color #6937DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6937DF is #96C820. Grayscale: #585858. Windows color (decimal): -9881633 or 14628713. OLE color: 14628713.
HSL color Cylindrical-coordinate representation of color #6937DF: hue angle of 257.86º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6937DF is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 55 | 223 | - |
| CMYK | 0.53 | 0.75 | 0 | 0.13 |
| HSL | 257.86º | 0.72% | 0.55% | - |
| HSV(B) | 257.86º | 0.75% | 0.87% | - |
| XYZ | 20.51 | 11.06 | 70.87 | - |
| YUV | 89.1 | 203.57 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 55 | 223 | 0.53 | 0.75 | 0 | 0.13 | 257.86 | 0.72 | 0.55 |
| Hex | 69 | 37 | DF | 35 | 4B | 0 | D | 102 | 48 | 37 |
| Octal | 151 | 67 | 337 | 65 | 113 | 0 | 15 | 402 | 110 | 67 |
| Binary | 1101001 | 110111 | 11011111 | 110101 | 1001011 | 0 | 1101 | 100000010 | 1001000 | 110111 |
Color Harmonies of #6937DF
Complementary color
Monochromatic Colors of #6937DF
Black with #6937DF
Text Example
Text Example
White with #6937DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6937DF; }
p { color: rgb(105,55,223); }
H1.HeaderClassName
{
color: #6937DF;
}
.AnyTagClassName
{
color: #6937DF;
}
</style>
background-color css
<style>
a { background-color: #6937DF; }
a { background-color: rgb(105,55,223); }
div.DivClassName
{
background-color: #6937DF;
}
.BgClassName
{
background-color: #6937DF;
}
</style>
border-color css
<style>
span { border-color: #6937DF; }
span { border-color: rgb(105,55,223); }
td.TdClassName
{
border-color: #6937DF;
}
.TagClassName
{
border-color: #6937DF;
}
</style>