Shades of Purple Heart #672EB0
Tints of Purple Heart #672EB0
RGB
CMYK
RGB Variations
Color information
#672EB0 (or 0x672EB0) is known color: Purple Heart. HEX triplet: 67, 2E and B0. RGB value is (103,46,176). Sum of RGB (Red+Green+Blue) = 103+46+176=325 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.69% from 325); Green value is 46 (18.36% from 255 or 14.15% from 325); Blue value is 176 (69.14% from 255 or 54.15% from 325); Max value from RGB is 176 - color contains mainly: blue. Hex color #672EB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672EB0 is #98D14F. Grayscale: #4D4D4D. Windows color (decimal): -10015056 or 11546215. OLE color: 11546215.
HSL color Cylindrical-coordinate representation of color #672EB0: hue angle of 266.31º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #672EB0 is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 46 | 176 | - |
| CMYK | 0.41 | 0.74 | 0 | 0.31 |
| HSL | 266.31º | 0.59% | 0.44% | - |
| HSV(B) | 266.31º | 0.74% | 0.69% | - |
| XYZ | 14.41 | 7.97 | 41.85 | - |
| YUV | 77.86 | 183.38 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 46 | 176 | 0.41 | 0.74 | 0 | 0.31 | 266.31 | 0.59 | 0.44 |
| Hex | 67 | 2E | B0 | 29 | 4A | 0 | 1F | 10A | 3B | 2C |
| Octal | 147 | 56 | 260 | 51 | 112 | 0 | 37 | 412 | 73 | 54 |
| Binary | 1100111 | 101110 | 10110000 | 101001 | 1001010 | 0 | 11111 | 100001010 | 111011 | 101100 |
Color Harmonies of #672EB0
Complementary color
Monochromatic Colors of #672EB0
Black with #672EB0
Text Example
Text Example
White with #672EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672EB0; }
p { color: rgb(103,46,176); }
H1.HeaderClassName
{
color: #672EB0;
}
.AnyTagClassName
{
color: #672EB0;
}
</style>
background-color css
<style>
a { background-color: #672EB0; }
a { background-color: rgb(103,46,176); }
div.DivClassName
{
background-color: #672EB0;
}
.BgClassName
{
background-color: #672EB0;
}
</style>
border-color css
<style>
span { border-color: #672EB0; }
span { border-color: rgb(103,46,176); }
td.TdClassName
{
border-color: #672EB0;
}
.TagClassName
{
border-color: #672EB0;
}
</style>