Shades of Purple Heart #6739E0
Tints of Purple Heart #6739E0
RGB
CMYK
RGB Variations
Color information
#6739E0 (or 0x6739E0) is known color: Purple Heart. HEX triplet: 67, 39 and E0. RGB value is (103,57,224). Sum of RGB (Red+Green+Blue) = 103+57+224=384 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.82% from 384); Green value is 57 (22.66% from 255 or 14.84% from 384); Blue value is 224 (87.89% from 255 or 58.33% from 384); Max value from RGB is 224 - color contains mainly: blue. Hex color #6739E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6739E0 is #98C61F. Grayscale: #595959. Windows color (decimal): -10012192 or 14694759. OLE color: 14694759.
HSL color Cylindrical-coordinate representation of color #6739E0: hue angle of 256.53º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6739E0 is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 103 | 57 | 224 | - |
| CMYK | 0.54 | 0.75 | 0 | 0.12 |
| HSL | 256.53º | 0.73% | 0.55% | - |
| HSV(B) | 256.53º | 0.75% | 0.88% | - |
| XYZ | 20.51 | 11.19 | 71.6 | - |
| YUV | 89.79 | 203.74 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 57 | 224 | 0.54 | 0.75 | 0 | 0.12 | 256.53 | 0.73 | 0.55 |
| Hex | 67 | 39 | E0 | 36 | 4B | 0 | C | 101 | 49 | 37 |
| Octal | 147 | 71 | 340 | 66 | 113 | 0 | 14 | 401 | 111 | 67 |
| Binary | 1100111 | 111001 | 11100000 | 110110 | 1001011 | 0 | 1100 | 100000001 | 1001001 | 110111 |
Color Harmonies of #6739E0
Complementary color
Monochromatic Colors of #6739E0
Black with #6739E0
Text Example
Text Example
White with #6739E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6739E0; }
p { color: rgb(103,57,224); }
H1.HeaderClassName
{
color: #6739E0;
}
.AnyTagClassName
{
color: #6739E0;
}
</style>
background-color css
<style>
a { background-color: #6739E0; }
a { background-color: rgb(103,57,224); }
div.DivClassName
{
background-color: #6739E0;
}
.BgClassName
{
background-color: #6739E0;
}
</style>
border-color css
<style>
span { border-color: #6739E0; }
span { border-color: rgb(103,57,224); }
td.TdClassName
{
border-color: #6739E0;
}
.TagClassName
{
border-color: #6739E0;
}
</style>