Shades of Purple Heart #672EBA
Tints of Purple Heart #672EBA
RGB
CMYK
RGB Variations
Color information
#672EBA (or 0x672EBA) is known color: Purple Heart. HEX triplet: 67, 2E and BA. RGB value is (103,46,186). Sum of RGB (Red+Green+Blue) = 103+46+186=335 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.75% from 335); Green value is 46 (18.36% from 255 or 13.73% from 335); Blue value is 186 (73.05% from 255 or 55.52% from 335); Max value from RGB is 186 - color contains mainly: blue. Hex color #672EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672EBA is #98D145. Grayscale: #4E4E4E. Windows color (decimal): -10015046 or 12201575. OLE color: 12201575.
HSL color Cylindrical-coordinate representation of color #672EBA: hue angle of 264.43º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #672EBA is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 46 | 186 | - |
| CMYK | 0.45 | 0.75 | 0 | 0.27 |
| HSL | 264.43º | 0.6% | 0.45% | - |
| HSV(B) | 264.43º | 0.75% | 0.73% | - |
| XYZ | 15.43 | 8.38 | 47.26 | - |
| YUV | 79 | 188.38 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 46 | 186 | 0.45 | 0.75 | 0 | 0.27 | 264.43 | 0.6 | 0.45 |
| Hex | 67 | 2E | BA | 2D | 4B | 0 | 1B | 108 | 3C | 2D |
| Octal | 147 | 56 | 272 | 55 | 113 | 0 | 33 | 410 | 74 | 55 |
| Binary | 1100111 | 101110 | 10111010 | 101101 | 1001011 | 0 | 11011 | 100001000 | 111100 | 101101 |
Color Harmonies of #672EBA
Complementary color
Monochromatic Colors of #672EBA
Black with #672EBA
Text Example
Text Example
White with #672EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672EBA; }
p { color: rgb(103,46,186); }
H1.HeaderClassName
{
color: #672EBA;
}
.AnyTagClassName
{
color: #672EBA;
}
</style>
background-color css
<style>
a { background-color: #672EBA; }
a { background-color: rgb(103,46,186); }
div.DivClassName
{
background-color: #672EBA;
}
.BgClassName
{
background-color: #672EBA;
}
</style>
border-color css
<style>
span { border-color: #672EBA; }
span { border-color: rgb(103,46,186); }
td.TdClassName
{
border-color: #672EBA;
}
.TagClassName
{
border-color: #672EBA;
}
</style>