Shades of Purple Heart #6728CC
Tints of Purple Heart #6728CC
RGB
CMYK
RGB Variations
Color information
#6728CC (or 0x6728CC) is known color: Purple Heart. HEX triplet: 67, 28 and CC. RGB value is (103,40,204). Sum of RGB (Red+Green+Blue) = 103+40+204=347 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.68% from 347); Green value is 40 (16.02% from 255 or 11.53% from 347); Blue value is 204 (80.08% from 255 or 58.79% from 347); Max value from RGB is 204 - color contains mainly: blue. Hex color #6728CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6728CC is #98D733. Grayscale: #4C4C4C. Windows color (decimal): -10016564 or 13379687. OLE color: 13379687.
HSL color Cylindrical-coordinate representation of color #6728CC: hue angle of 263.05º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6728CC is Cyan = 0.50, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 103 | 40 | 204 | - |
| CMYK | 0.50 | 0.80 | 0 | 0.2 |
| HSL | 263.05º | 0.67% | 0.48% | - |
| HSV(B) | 263.05º | 0.8% | 0.8% | - |
| XYZ | 17.25 | 8.76 | 57.91 | - |
| YUV | 77.53 | 199.37 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 40 | 204 | 0.50 | 0.80 | 0 | 0.2 | 263.05 | 0.67 | 0.48 |
| Hex | 67 | 28 | CC | 32 | 50 | 0 | 14 | 107 | 43 | 30 |
| Octal | 147 | 50 | 314 | 62 | 120 | 0 | 24 | 407 | 103 | 60 |
| Binary | 1100111 | 101000 | 11001100 | 110010 | 1010000 | 0 | 10100 | 100000111 | 1000011 | 110000 |
Color Harmonies of #6728CC
Complementary color
Monochromatic Colors of #6728CC
Black with #6728CC
Text Example
Text Example
White with #6728CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6728CC; }
p { color: rgb(103,40,204); }
H1.HeaderClassName
{
color: #6728CC;
}
.AnyTagClassName
{
color: #6728CC;
}
</style>
background-color css
<style>
a { background-color: #6728CC; }
a { background-color: rgb(103,40,204); }
div.DivClassName
{
background-color: #6728CC;
}
.BgClassName
{
background-color: #6728CC;
}
</style>
border-color css
<style>
span { border-color: #6728CC; }
span { border-color: rgb(103,40,204); }
td.TdClassName
{
border-color: #6728CC;
}
.TagClassName
{
border-color: #6728CC;
}
</style>