Shades of Purple Heart #672CB5
Tints of Purple Heart #672CB5
RGB
CMYK
RGB Variations
Color information
#672CB5 (or 0x672CB5) is known color: Purple Heart. HEX triplet: 67, 2C and B5. RGB value is (103,44,181). Sum of RGB (Red+Green+Blue) = 103+44+181=328 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.40% from 328); Green value is 44 (17.58% from 255 or 13.41% from 328); Blue value is 181 (71.09% from 255 or 55.18% from 328); Max value from RGB is 181 - color contains mainly: blue. Hex color #672CB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672CB5 is #98D34A. Grayscale: #4C4C4C. Windows color (decimal): -10015563 or 11873383. OLE color: 11873383.
HSL color Cylindrical-coordinate representation of color #672CB5: hue angle of 265.84º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #672CB5 is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 103 | 44 | 181 | - |
| CMYK | 0.43 | 0.76 | 0 | 0.29 |
| HSL | 265.84º | 0.61% | 0.44% | - |
| HSV(B) | 265.84º | 0.76% | 0.71% | - |
| XYZ | 14.83 | 8.02 | 44.48 | - |
| YUV | 77.26 | 186.55 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 44 | 181 | 0.43 | 0.76 | 0 | 0.29 | 265.84 | 0.61 | 0.44 |
| Hex | 67 | 2C | B5 | 2B | 4C | 0 | 1D | 10A | 3D | 2C |
| Octal | 147 | 54 | 265 | 53 | 114 | 0 | 35 | 412 | 75 | 54 |
| Binary | 1100111 | 101100 | 10110101 | 101011 | 1001100 | 0 | 11101 | 100001010 | 111101 | 101100 |
Color Harmonies of #672CB5
Complementary color
Monochromatic Colors of #672CB5
Black with #672CB5
Text Example
Text Example
White with #672CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672CB5; }
p { color: rgb(103,44,181); }
H1.HeaderClassName
{
color: #672CB5;
}
.AnyTagClassName
{
color: #672CB5;
}
</style>
background-color css
<style>
a { background-color: #672CB5; }
a { background-color: rgb(103,44,181); }
div.DivClassName
{
background-color: #672CB5;
}
.BgClassName
{
background-color: #672CB5;
}
</style>
border-color css
<style>
span { border-color: #672CB5; }
span { border-color: rgb(103,44,181); }
td.TdClassName
{
border-color: #672CB5;
}
.TagClassName
{
border-color: #672CB5;
}
</style>