Shades of Purple Heart #672BB7
Tints of Purple Heart #672BB7
RGB
CMYK
RGB Variations
Color information
#672BB7 (or 0x672BB7) is known color: Purple Heart. HEX triplet: 67, 2B and B7. RGB value is (103,43,183). Sum of RGB (Red+Green+Blue) = 103+43+183=329 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.31% from 329); Green value is 43 (17.19% from 255 or 13.07% from 329); Blue value is 183 (71.88% from 255 or 55.62% from 329); Max value from RGB is 183 - color contains mainly: blue. Hex color #672BB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672BB7 is #98D448. Grayscale: #4C4C4C. Windows color (decimal): -10015817 or 12004199. OLE color: 12004199.
HSL color Cylindrical-coordinate representation of color #672BB7: hue angle of 265.71º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #672BB7 is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 103 | 43 | 183 | - |
| CMYK | 0.44 | 0.77 | 0 | 0.28 |
| HSL | 265.71º | 0.62% | 0.44% | - |
| HSV(B) | 265.71º | 0.77% | 0.72% | - |
| XYZ | 15 | 8.03 | 45.56 | - |
| YUV | 76.9 | 187.88 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 43 | 183 | 0.44 | 0.77 | 0 | 0.28 | 265.71 | 0.62 | 0.44 |
| Hex | 67 | 2B | B7 | 2C | 4D | 0 | 1C | 10A | 3E | 2C |
| Octal | 147 | 53 | 267 | 54 | 115 | 0 | 34 | 412 | 76 | 54 |
| Binary | 1100111 | 101011 | 10110111 | 101100 | 1001101 | 0 | 11100 | 100001010 | 111110 | 101100 |
Color Harmonies of #672BB7
Complementary color
Monochromatic Colors of #672BB7
Black with #672BB7
Text Example
Text Example
White with #672BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672BB7; }
p { color: rgb(103,43,183); }
H1.HeaderClassName
{
color: #672BB7;
}
.AnyTagClassName
{
color: #672BB7;
}
</style>
background-color css
<style>
a { background-color: #672BB7; }
a { background-color: rgb(103,43,183); }
div.DivClassName
{
background-color: #672BB7;
}
.BgClassName
{
background-color: #672BB7;
}
</style>
border-color css
<style>
span { border-color: #672BB7; }
span { border-color: rgb(103,43,183); }
td.TdClassName
{
border-color: #672BB7;
}
.TagClassName
{
border-color: #672BB7;
}
</style>