Shades of Purple Heart #6728E3
Tints of Purple Heart #6728E3
RGB
CMYK
RGB Variations
Color information
#6728E3 (or 0x6728E3) is known color: Purple Heart. HEX triplet: 67, 28 and E3. RGB value is (103,40,227). Sum of RGB (Red+Green+Blue) = 103+40+227=370 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.84% from 370); Green value is 40 (16.02% from 255 or 10.81% from 370); Blue value is 227 (89.06% from 255 or 61.35% from 370); Max value from RGB is 227 - color contains mainly: blue. Hex color #6728E3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6728E3 is #98D71C. Grayscale: #4F4F4F. Windows color (decimal): -10016541 or 14887015. OLE color: 14887015.
HSL color Cylindrical-coordinate representation of color #6728E3: hue angle of 260.21º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6728E3 is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 103 | 40 | 227 | - |
| CMYK | 0.55 | 0.82 | 0 | 0.11 |
| HSL | 260.21º | 0.77% | 0.52% | - |
| HSV(B) | 260.21º | 0.82% | 0.89% | - |
| XYZ | 20.22 | 9.95 | 73.53 | - |
| YUV | 80.16 | 210.87 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 40 | 227 | 0.55 | 0.82 | 0 | 0.11 | 260.21 | 0.77 | 0.52 |
| Hex | 67 | 28 | E3 | 37 | 52 | 0 | B | 104 | 4D | 34 |
| Octal | 147 | 50 | 343 | 67 | 122 | 0 | 13 | 404 | 115 | 64 |
| Binary | 1100111 | 101000 | 11100011 | 110111 | 1010010 | 0 | 1011 | 100000100 | 1001101 | 110100 |
Color Harmonies of #6728E3
Complementary color
Monochromatic Colors of #6728E3
Black with #6728E3
Text Example
Text Example
White with #6728E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6728E3; }
p { color: rgb(103,40,227); }
H1.HeaderClassName
{
color: #6728E3;
}
.AnyTagClassName
{
color: #6728E3;
}
</style>
background-color css
<style>
a { background-color: #6728E3; }
a { background-color: rgb(103,40,227); }
div.DivClassName
{
background-color: #6728E3;
}
.BgClassName
{
background-color: #6728E3;
}
</style>
border-color css
<style>
span { border-color: #6728E3; }
span { border-color: rgb(103,40,227); }
td.TdClassName
{
border-color: #6728E3;
}
.TagClassName
{
border-color: #6728E3;
}
</style>