Shades of Purple Heart #672FBB
Tints of Purple Heart #672FBB
RGB
CMYK
RGB Variations
Color information
#672FBB (or 0x672FBB) is known color: Purple Heart. HEX triplet: 67, 2F and BB. RGB value is (103,47,187). Sum of RGB (Red+Green+Blue) = 103+47+187=337 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.56% from 337); Green value is 47 (18.75% from 255 or 13.95% from 337); Blue value is 187 (73.44% from 255 or 55.49% from 337); Max value from RGB is 187 - color contains mainly: blue. Hex color #672FBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672FBB is #98D044. Grayscale: #4F4F4F. Windows color (decimal): -10014789 or 12267367. OLE color: 12267367.
HSL color Cylindrical-coordinate representation of color #672FBB: hue angle of 264º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #672FBB is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 47 | 187 | - |
| CMYK | 0.45 | 0.75 | 0 | 0.27 |
| HSL | 264º | 0.6% | 0.46% | - |
| HSV(B) | 264º | 0.75% | 0.73% | - |
| XYZ | 15.58 | 8.5 | 47.83 | - |
| YUV | 79.7 | 188.55 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 47 | 187 | 0.45 | 0.75 | 0 | 0.27 | 264 | 0.6 | 0.46 |
| Hex | 67 | 2F | BB | 2D | 4B | 0 | 1B | 108 | 3C | 2E |
| Octal | 147 | 57 | 273 | 55 | 113 | 0 | 33 | 410 | 74 | 56 |
| Binary | 1100111 | 101111 | 10111011 | 101101 | 1001011 | 0 | 11011 | 100001000 | 111100 | 101110 |
Color Harmonies of #672FBB
Complementary color
Monochromatic Colors of #672FBB
Black with #672FBB
Text Example
Text Example
White with #672FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672FBB; }
p { color: rgb(103,47,187); }
H1.HeaderClassName
{
color: #672FBB;
}
.AnyTagClassName
{
color: #672FBB;
}
</style>
background-color css
<style>
a { background-color: #672FBB; }
a { background-color: rgb(103,47,187); }
div.DivClassName
{
background-color: #672FBB;
}
.BgClassName
{
background-color: #672FBB;
}
</style>
border-color css
<style>
span { border-color: #672FBB; }
span { border-color: rgb(103,47,187); }
td.TdClassName
{
border-color: #672FBB;
}
.TagClassName
{
border-color: #672FBB;
}
</style>