Shades of Purple Heart #6728AE
Tints of Purple Heart #6728AE
RGB
CMYK
RGB Variations
Color information
#6728AE (or 0x6728AE) is known color: Purple Heart. HEX triplet: 67, 28 and AE. RGB value is (103,40,174). Sum of RGB (Red+Green+Blue) = 103+40+174=317 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.49% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 174 (68.36% from 255 or 54.89% from 317); Max value from RGB is 174 - color contains mainly: blue. Hex color #6728AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6728AE is #98D751. Grayscale: #494949. Windows color (decimal): -10016594 or 11413607. OLE color: 11413607.
HSL color Cylindrical-coordinate representation of color #6728AE: hue angle of 268.21º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6728AE is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 40 | 174 | - |
| CMYK | 0.41 | 0.77 | 0 | 0.32 |
| HSL | 268.21º | 0.63% | 0.42% | - |
| HSV(B) | 268.21º | 0.77% | 0.68% | - |
| XYZ | 13.99 | 7.46 | 40.75 | - |
| YUV | 74.11 | 184.37 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 40 | 174 | 0.41 | 0.77 | 0 | 0.32 | 268.21 | 0.63 | 0.42 |
| Hex | 67 | 28 | AE | 29 | 4D | 0 | 20 | 10C | 3F | 2A |
| Octal | 147 | 50 | 256 | 51 | 115 | 0 | 40 | 414 | 77 | 52 |
| Binary | 1100111 | 101000 | 10101110 | 101001 | 1001101 | 0 | 100000 | 100001100 | 111111 | 101010 |
Color Harmonies of #6728AE
Complementary color
Monochromatic Colors of #6728AE
Black with #6728AE
Text Example
Text Example
White with #6728AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6728AE; }
p { color: rgb(103,40,174); }
H1.HeaderClassName
{
color: #6728AE;
}
.AnyTagClassName
{
color: #6728AE;
}
</style>
background-color css
<style>
a { background-color: #6728AE; }
a { background-color: rgb(103,40,174); }
div.DivClassName
{
background-color: #6728AE;
}
.BgClassName
{
background-color: #6728AE;
}
</style>
border-color css
<style>
span { border-color: #6728AE; }
span { border-color: rgb(103,40,174); }
td.TdClassName
{
border-color: #6728AE;
}
.TagClassName
{
border-color: #6728AE;
}
</style>