Shades of Purple Heart #6739DA
Tints of Purple Heart #6739DA
RGB
CMYK
RGB Variations
Color information
#6739DA (or 0x6739DA) is known color: Purple Heart. HEX triplet: 67, 39 and DA. RGB value is (103,57,218). Sum of RGB (Red+Green+Blue) = 103+57+218=378 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.25% from 378); Green value is 57 (22.66% from 255 or 15.08% 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 #6739DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6739DA is #98C625. Grayscale: #585858. Windows color (decimal): -10012198 or 14301543. OLE color: 14301543.
HSL color Cylindrical-coordinate representation of color #6739DA: hue angle of 257.14º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6739DA is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 57 | 218 | - |
| CMYK | 0.53 | 0.74 | 0 | 0.15 |
| HSL | 257.14º | 0.69% | 0.54% | - |
| HSV(B) | 257.14º | 0.74% | 0.85% | - |
| XYZ | 19.71 | 10.87 | 67.39 | - |
| YUV | 89.11 | 200.74 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 57 | 218 | 0.53 | 0.74 | 0 | 0.15 | 257.14 | 0.69 | 0.54 |
| Hex | 67 | 39 | DA | 35 | 4A | 0 | F | 101 | 45 | 36 |
| Octal | 147 | 71 | 332 | 65 | 112 | 0 | 17 | 401 | 105 | 66 |
| Binary | 1100111 | 111001 | 11011010 | 110101 | 1001010 | 0 | 1111 | 100000001 | 1000101 | 110110 |
Color Harmonies of #6739DA
Complementary color
Monochromatic Colors of #6739DA
Black with #6739DA
Text Example
Text Example
White with #6739DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6739DA; }
p { color: rgb(103,57,218); }
H1.HeaderClassName
{
color: #6739DA;
}
.AnyTagClassName
{
color: #6739DA;
}
</style>
background-color css
<style>
a { background-color: #6739DA; }
a { background-color: rgb(103,57,218); }
div.DivClassName
{
background-color: #6739DA;
}
.BgClassName
{
background-color: #6739DA;
}
</style>
border-color css
<style>
span { border-color: #6739DA; }
span { border-color: rgb(103,57,218); }
td.TdClassName
{
border-color: #6739DA;
}
.TagClassName
{
border-color: #6739DA;
}
</style>