Shades of Purple Heart #672BB3
Tints of Purple Heart #672BB3
RGB
CMYK
RGB Variations
Color information
#672BB3 (or 0x672BB3) is known color: Purple Heart. HEX triplet: 67, 2B and B3. RGB value is (103,43,179). Sum of RGB (Red+Green+Blue) = 103+43+179=325 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.69% from 325); Green value is 43 (17.19% from 255 or 13.23% from 325); Blue value is 179 (70.31% from 255 or 55.08% from 325); Max value from RGB is 179 - color contains mainly: blue. Hex color #672BB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672BB3 is #98D44C. Grayscale: #4B4B4B. Windows color (decimal): -10015821 or 11742055. OLE color: 11742055.
HSL color Cylindrical-coordinate representation of color #672BB3: hue angle of 266.47º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #672BB3 is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 103 | 43 | 179 | - |
| CMYK | 0.42 | 0.76 | 0 | 0.30 |
| HSL | 266.47º | 0.61% | 0.44% | - |
| HSV(B) | 266.47º | 0.76% | 0.7% | - |
| XYZ | 14.59 | 7.87 | 43.4 | - |
| YUV | 76.44 | 185.88 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 43 | 179 | 0.42 | 0.76 | 0 | 0.30 | 266.47 | 0.61 | 0.44 |
| Hex | 67 | 2B | B3 | 2A | 4C | 0 | 1E | 10A | 3D | 2C |
| Octal | 147 | 53 | 263 | 52 | 114 | 0 | 36 | 412 | 75 | 54 |
| Binary | 1100111 | 101011 | 10110011 | 101010 | 1001100 | 0 | 11110 | 100001010 | 111101 | 101100 |
Color Harmonies of #672BB3
Complementary color
Monochromatic Colors of #672BB3
Black with #672BB3
Text Example
Text Example
White with #672BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672BB3; }
p { color: rgb(103,43,179); }
H1.HeaderClassName
{
color: #672BB3;
}
.AnyTagClassName
{
color: #672BB3;
}
</style>
background-color css
<style>
a { background-color: #672BB3; }
a { background-color: rgb(103,43,179); }
div.DivClassName
{
background-color: #672BB3;
}
.BgClassName
{
background-color: #672BB3;
}
</style>
border-color css
<style>
span { border-color: #672BB3; }
span { border-color: rgb(103,43,179); }
td.TdClassName
{
border-color: #672BB3;
}
.TagClassName
{
border-color: #672BB3;
}
</style>