Shades of Purple Heart #672EC4
Tints of Purple Heart #672EC4
RGB
CMYK
RGB Variations
Color information
#672EC4 (or 0x672EC4) is known color: Purple Heart. HEX triplet: 67, 2E and C4. RGB value is (103,46,196). Sum of RGB (Red+Green+Blue) = 103+46+196=345 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.86% from 345); Green value is 46 (18.36% from 255 or 13.33% from 345); Blue value is 196 (76.95% from 255 or 56.81% from 345); Max value from RGB is 196 - color contains mainly: blue. Hex color #672EC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672EC4 is #98D13B. Grayscale: #4F4F4F. Windows color (decimal): -10015036 or 12856935. OLE color: 12856935.
HSL color Cylindrical-coordinate representation of color #672EC4: hue angle of 262.8º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #672EC4 is Cyan = 0.47, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 103 | 46 | 196 | - |
| CMYK | 0.47 | 0.77 | 0 | 0.23 |
| HSL | 262.8º | 0.62% | 0.47% | - |
| HSV(B) | 262.8º | 0.77% | 0.77% | - |
| XYZ | 16.53 | 8.82 | 53.06 | - |
| YUV | 80.14 | 193.38 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 46 | 196 | 0.47 | 0.77 | 0 | 0.23 | 262.8 | 0.62 | 0.47 |
| Hex | 67 | 2E | C4 | 2F | 4D | 0 | 17 | 107 | 3E | 2F |
| Octal | 147 | 56 | 304 | 57 | 115 | 0 | 27 | 407 | 76 | 57 |
| Binary | 1100111 | 101110 | 11000100 | 101111 | 1001101 | 0 | 10111 | 100000111 | 111110 | 101111 |
Color Harmonies of #672EC4
Complementary color
Monochromatic Colors of #672EC4
Black with #672EC4
Text Example
Text Example
White with #672EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672EC4; }
p { color: rgb(103,46,196); }
H1.HeaderClassName
{
color: #672EC4;
}
.AnyTagClassName
{
color: #672EC4;
}
</style>
background-color css
<style>
a { background-color: #672EC4; }
a { background-color: rgb(103,46,196); }
div.DivClassName
{
background-color: #672EC4;
}
.BgClassName
{
background-color: #672EC4;
}
</style>
border-color css
<style>
span { border-color: #672EC4; }
span { border-color: rgb(103,46,196); }
td.TdClassName
{
border-color: #672EC4;
}
.TagClassName
{
border-color: #672EC4;
}
</style>