Shades of Purple Heart #672ED8
Tints of Purple Heart #672ED8
RGB
CMYK
RGB Variations
Color information
#672ED8 (or 0x672ED8) is known color: Purple Heart. HEX triplet: 67, 2E and D8. RGB value is (103,46,216). Sum of RGB (Red+Green+Blue) = 103+46+216=365 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.22% from 365); Green value is 46 (18.36% from 255 or 12.60% from 365); Blue value is 216 (84.77% from 255 or 59.18% from 365); Max value from RGB is 216 - color contains mainly: blue. Hex color #672ED8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672ED8 is #98D127. Grayscale: #515151. Windows color (decimal): -10015016 or 14167655. OLE color: 14167655.
HSL color Cylindrical-coordinate representation of color #672ED8: hue angle of 260.12º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #672ED8 is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 46 | 216 | - |
| CMYK | 0.52 | 0.79 | 0 | 0.15 |
| HSL | 260.12º | 0.69% | 0.51% | - |
| HSV(B) | 260.12º | 0.79% | 0.85% | - |
| XYZ | 18.97 | 9.8 | 65.86 | - |
| YUV | 82.42 | 203.38 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 46 | 216 | 0.52 | 0.79 | 0 | 0.15 | 260.12 | 0.69 | 0.51 |
| Hex | 67 | 2E | D8 | 34 | 4F | 0 | F | 104 | 45 | 33 |
| Octal | 147 | 56 | 330 | 64 | 117 | 0 | 17 | 404 | 105 | 63 |
| Binary | 1100111 | 101110 | 11011000 | 110100 | 1001111 | 0 | 1111 | 100000100 | 1000101 | 110011 |
Color Harmonies of #672ED8
Complementary color
Monochromatic Colors of #672ED8
Black with #672ED8
Text Example
Text Example
White with #672ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672ED8; }
p { color: rgb(103,46,216); }
H1.HeaderClassName
{
color: #672ED8;
}
.AnyTagClassName
{
color: #672ED8;
}
</style>
background-color css
<style>
a { background-color: #672ED8; }
a { background-color: rgb(103,46,216); }
div.DivClassName
{
background-color: #672ED8;
}
.BgClassName
{
background-color: #672ED8;
}
</style>
border-color css
<style>
span { border-color: #672ED8; }
span { border-color: rgb(103,46,216); }
td.TdClassName
{
border-color: #672ED8;
}
.TagClassName
{
border-color: #672ED8;
}
</style>